https://github.com/lazhari/conference-microservice
Node.js microservice conference application
https://github.com/lazhari/conference-microservice
amqp circuit-breaker docker docker-compose express microservices nodejs rabbitmq
Last synced: 4 months ago
JSON representation
Node.js microservice conference application
- Host: GitHub
- URL: https://github.com/lazhari/conference-microservice
- Owner: Lazhari
- Created: 2019-12-23T19:00:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:00:56.000Z (almost 3 years ago)
- Last Synced: 2025-08-06T15:45:13.022Z (5 months ago)
- Topics: amqp, circuit-breaker, docker, docker-compose, express, microservices, nodejs, rabbitmq
- Language: JavaScript
- Size: 7.87 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conferences Website based on Node.js Microservices Architecture
> A simple art conference website application-oriented microservices running across multiple Docker containers
[Node.js Microservices](https://www.linkedin.com/learning/node-js-microservices)
## Covered Topics
- Setting up a service registry
- Registering and deregistering services
- Versioning and load balancing
- Adding the service logic
- Working with the circuit breaker
- Using queues
- Consuming and storing feedback
## Getting Started
Download [Docker Desktop](https://www.docker.com/products/docker-desktop) for Mac or Windows. [Docker Compose](https://docs.docker.com/compose) will be automatically installed.
```
docker-compose up -d
```
The website will be running at [http://localhost:3080/](http://localhost:3080/).