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

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

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/).