Simple chat using FastAPI / Kafka / MongoDB / WebSockets
-
Clone the repository:
git clone https://github.com/your_username/your_repository.git cd your_repository
-
Install all required packages in
Requirements
section.
make app
- up application and database/infrastructuremake app-logs
- follow the logs in app containermake app-down
- down application and all infrastructuremake app-down
- go to container interactive shell(bash)make test
- test application with pytest