scale your NodeJs back-end as fast
/src
- All the source code get written hereapps/
- Contains each individual serviceprisma/
- Contains the DB related servicemigrations/
- DB migration filesprisma.service.ts
- open DB connectionschema.prisma
- DB schema
utils/
- utilities that are used by the appapp.ts
- set the node js middleware and configurationsserver.ts
- Contains the logic for running the serverrouters.ts
- Contains the routes handling