📌 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