example simple microservice
using cote.js with Docker and Nginx, explore more about cote.js here, cote.js is a library not a framework , if you want to use a microservices library you can use moleculer, trusted by many companies.
-
npm start || npm run dev || . app.sh
-
docker-compose up --build -d || . docker.sh
-
running on
http://localhost:3000/api/v1
-
running on
http://microservice.cote.io/api/v1