starting project
git clone project-link.git
cd project-name
virtualenv venv
source venv/bin/activate
if you don't have poetry installed, you can install it with the following command:
pip install -r requirements.txt
docker compose up --build
python manage.py test