π git clone https://github.com/procollab-github/api.git
π Copy .env.example
to .env
and change api settings
- π Install poetry with command
pip install poetry
- π Install dependencies with command
poetry install
π Run python manage.py migrate
π Run project via python manage.py runserver
To install pre-commit simply run inside the shell:
pre-commit install
To run it on all of your files, do
pre-commit run --all-files