https://github.com/losefor/entity-node-starter
https://github.com/losefor/entity-node-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/losefor/entity-node-starter
- Owner: losefor
- Created: 2021-11-18T11:54:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T03:27:16.000Z (over 3 years ago)
- Last Synced: 2025-03-24T04:21:09.277Z (3 months ago)
- Language: TypeScript
- Size: 170 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node js entity node starter
scale your NodeJs back-end as fast
### Folder architecture
- `/src` - All the source code get written here
- `apps/` - Contains each individual service
- `prisma/` - Contains the DB related service
- `migrations/` - DB migration files
- `prisma.service.ts` - open DB connection
- `schema.prisma` - DB schema
- `utils/` - utilities that are used by the app
- `app.ts` - set the node js middleware and configurations
- `server.ts` - Contains the logic for running the server
- `routers.ts` - Contains the routes handling