https://github.com/yong-asial/nodemicroservice
NodeJs and Microservices
https://github.com/yong-asial/nodemicroservice
Last synced: 9 months ago
JSON representation
NodeJs and Microservices
- Host: GitHub
- URL: https://github.com/yong-asial/nodemicroservice
- Owner: yong-asial
- Created: 2020-07-15T09:43:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:20:00.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T22:15:12.352Z (11 months ago)
- Language: JavaScript
- Size: 7.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservices with NodeJs

## Prerequisite
- [RabiitMQ](https://www.rabbitmq.com/download.html)
- [Node](https://nodejs.org/en/download/)
## Queue System
- Start Queue by running `/usr/local/sbin/rabbitmq-server`
## Service registry
- Start Service Registry
- `cd service-registry; npm i; npm start;`
## Services
### Feedback Service
- Start Feedback Service
- `cd feedback-service; npm i; npm start;`
### Speaker Service
- Start Speaker Service
- `cd speakers-service; npm i; npm start;`
## Main App
- Start the web server
- `cd conference-app; npm i; npm start;`
- Open the browser and go to `http://localhost:3080`