- Node.js v10+
- MongoDB running on local instance
- PORT: 3000
- MONGO_URL: localhost:27017
- Install dependencies -
npm i
- Build typescript -
npm run build
- Run project -
npm start
- Go to swagger page -
localhost:3000/
- Run once -
npm run dev
- Run and watch files -
npm run dev:watch