Skip to content

restuwahyu13/express-simple-microservices

Repository files navigation

Express Microservice

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.

Run Command

  • Application

      npm start || npm run dev || . app.sh
  • Docker

      docker-compose up --build -d || . docker.sh

API Endpoint

  • Local Machine

    running on http://localhost:3000/api/v1

  • Local Machine With Docker

    running on http://microservice.cote.io/api/v1