Open loulevin opened 7 months ago
Things we need to do:
tsx
nodemon
npm i -D tsx
tsx /path
npx
"api": "tsx Pfad",
npm i @types/express
Checklist Webtoon File Structure:
Work Distribution:
Selman:
Patty:
[x] users
[x] database/schemas
[x] database/schemas/subDocuments
root
utils
backend
Types we will apply:
req: express.Request res: express.Response e: any
express.Request
express.Response
any
nodemon config code:
der tsx npm script is in exec und wird jedes mal ausgeführt bei einer Änderung bzw. wenn der Server durch nodemon neugestartet wird.
tsx npm script
exec
"api": "nodemon", "nodemonConfig": { "watch": [ "backend" ], "ext": "ts, json", "exec": "tsx backend/api/index.ts" },
MonsterIssue: Switch from JavaScript to TypeScript
Things we need to do:
tsx
undnodemon
tsx
installierennpm i -D tsx
(als devDependency)tsx /path
wird nicht funktionierennpx
verwenden (npx: node package execute)"api": "tsx Pfad",
nodemon
einstellentsx
undnodemon
funktionierennpm i @types/express
Checklist Webtoon File Structure:
Work Distribution:
Selman:
Patty:
[x] users
[x] database/schemas
[x] database/schemas/subDocuments
root
utils
backend
Types we will apply:
req:
express.Request
res:express.Response
e:any
nodemon config code:
der
tsx npm script
is inexec
und wird jedes mal ausgeführt bei einer Änderung bzw. wenn der Server durchnodemon
neugestartet wird.