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
- Host: GitHub
- URL: https://github.com/restuwahyu13/express-simple-microservices
- Owner: restuwahyu13
- Created: 2021-02-03T14:20:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T17:24:53.000Z (over 4 years ago)
- Last Synced: 2025-04-09T11:22:55.608Z (6 months ago)
- Topics: cote, expressjs, microservice, microservices-application, nodejs
- Language: JavaScript
- Homepage:
- Size: 344 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`