An open API service indexing awesome lists of open source software.

https://github.com/restuwahyu13/express-simple-microservices

example simple implementation microservices using cote.js
https://github.com/restuwahyu13/express-simple-microservices

cote expressjs microservice microservices-application nodejs

Last synced: 3 months ago
JSON representation

example simple implementation microservices using cote.js

Awesome Lists containing this project

README

          

## Express Microservice

example simple `microservice` using cote.js with Docker and Nginx, explore more about cote.js [here](http://cote.js.org/), cote.js is a library not a framework , if you want to use a microservices library you can use [moleculer](https://moleculer.services/), trusted by many companies.

## Run Command

- ### Application

```sh
npm start || npm run dev || . app.sh
```
- ### Docker

```sh
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`