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

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

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
```