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.
- Host: GitHub
- URL: https://github.com/malwaredllc/microservices
- Owner: malwaredllc
- Created: 2021-05-12T15:32:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T15:17:35.000Z (about 5 years ago)
- Last Synced: 2025-03-19T07:32:41.686Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 583 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

Admin page
