-
Clone the repository:
git clone https://github.com/pelkoa-glitch/fastapi-chat.git
-
Install all required packages in
Requirements
section. -
Rename and fill the file
.env.example
with your dependencies -
Run command
cd fastapi-chat - go to project folder poetry install - install dependencies poetry shell - activate python venv make app - run app container
-
Api docs on http://localhost:8000/api/docs
make app
- up app containermake app-logs
- follow the logs in app containermake app-down
- down app containermake app-console
- open app container consolemake test
- run tests in app container