ddd-fastapi-kafka-chat
ddd-fastapi-kafka-chat copied to clipboard
FastAPI + Kafka DDD chat Application w\ MongoDB
This is a basic template for Django projects configured to use Docker Compose, Makefile, and PostgreSQL.
Requirements
How to Use
-
Clone the repository:
git clone https://github.com/your_username/your_repository.git cd your_repository -
Install all required packages in
Requirementssection.
Implemented Commands
make app- up application and database/infrastructuremake app-logs- follow the logs in app containermake app-down- down application and all infrastructuremake app-shell- go to contenerized interactive shell (bash)
Most Used Django Specific Commands
make migrations- make migrations to modelsmake migrate- apply all made migrationsmake collectstatic- collect staticmake superuser- create admin usermake test- test application with pytest