Test task
Create virtual environment
python3 -m venv venv
Activate virtual enviroment
. venv/bin/activate
Install requirements
pip3 install -r requirements.txt
Create .env, .database.env Example
python3 manage.py migrate
Run
python3 manage.py runserver
env file Example
docker-compose build
docker-compose up
GCP deploy
http://146.148.99.78/api/v1/register/
- Postman docs docs
Format and Typing
Pyright
pyright .
Flake8
flake8 --ignore E501 .
Black
black .