Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 444 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 444 Bytes

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