- Express
- TypeScript
- Reflect-metadata
- Inversify
- Prisma
- Jest
- Supertest
Prerequisites:
- Node 16+
- npm
To set up the app execute the following commands.
git clone https://github.com/rejth/node-app-boilerplate.git
cd node-app-boilerplate
npm install
Runs the server in the development mode.
Use http://localhost:8000 to fetch requests.
Builds the app for production to the dist
folder.