- Express.js
- MongoDB + Mongoose
- jsonwebtoken
- Swagger + yaml
docker build -t express-template .
docker-compose up
Install MongoDB
Start mongod service (example for linux)
sudo service mongod start
Install dependencies:
npm install
For start the server:
npm start
For start the development server:
npm run server
Server starts on localhost:4000
Swagger url: localhost:4000/swagger