- Express
- Mongoose
- Jest
YARN:
- Install dependencies -> yarn
- Run Application -> yarn dev
- Run test -> yarn test
NPM:
- Install dependencies -> npm install
- Run Application -> npm run dev
- Run test -> npm run dev
See application: http://localhost:3000 set PORT in .env to change default port
Environment variables
- PORT (optional on dev)
- DB_URI(MongoDB connection)