https://github.com/dongju93/fastapi-microservices
Building a Microservice Architecture using Redis Event Streams, FastAPI, and React
https://github.com/dongju93/fastapi-microservices
event-stream fastapi javascript microservice nodejs python react redis restful-api uvicorn
Last synced: 2 months ago
JSON representation
Building a Microservice Architecture using Redis Event Streams, FastAPI, and React
- Host: GitHub
- URL: https://github.com/dongju93/fastapi-microservices
- Owner: dongju93
- Created: 2022-03-31T08:05:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-28T15:15:31.000Z (3 months ago)
- Last Synced: 2026-02-28T18:35:46.780Z (3 months ago)
- Topics: event-stream, fastapi, javascript, microservice, nodejs, python, react, redis, restful-api, uvicorn
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### service_frontend MICROSERVICE
- JavaScript
- React
- NodeJS
- Jest
---
#### product_service & purchase_service MICROSERVICE
- Python
- FastAPI
- Uvicorn
- Redis (Event streaming)
---
---
##### Taking the course
https://www.youtube.com/watch?v=Cy9fAvsXGZA
---
##### Commands
```
// Active virtual environments
source venv/bin/activate
// Run fastapi web sevice
uvicorn main:app --reload --port=8001
```