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

https://github.com/malwaredllc/microservices

Boilerplate web app built with microservice architecture using React, Django, Flask, RabbitMQ.
https://github.com/malwaredllc/microservices

Last synced: 11 months ago
JSON representation

Boilerplate web app built with microservice architecture using React, Django, Flask, RabbitMQ.

Awesome Lists containing this project

README

          

# microservices
Boiler plate web app built with microservice architecture using React, Django, Flask, RabbitMQ. Built following a tutorial from freeCodeAcademy.

### Architecture
- Admin backend service built with Django
- Main backend service built with Flask
- Frontend built with React
- Microservice communication with RabbitMQ

### Functionality includes:
- Adding, deleting, and editing posts
- Liking posts

### Preview

Main page

![main preivew](https://github.com/malwaredllc/microservices/blob/main/previews/main-preview.png)

Admin page

![admin preivew](https://github.com/malwaredllc/microservices/blob/main/previews/admin-preview.png)