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: 5 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: 2023-10-15T07:20:16.000Z (over 2 years ago)
- Last Synced: 2025-02-25T00:33:38.086Z (about 1 year ago)
- Topics: event-stream, fastapi, javascript, microservice, nodejs, python, react, redis, restful-api, uvicorn
- Language: Python
- Homepage:
- Size: 35.2 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
```