Just some chat example with Clean Architecture and more
- Copy repo
git clone [email protected]:KrySeyt/JustChat.git
- Go to directory
cd JustChat
- Run with Docker
docker compose -f docker-compose.dev.yml
- Open http://localhost:8000/docs and use
- Run tests with Docker
docker compose -f tests.yml up --exit-code-from just_chat_tests