Skip to content

PROCOLLAB-github/api

Repository files navigation

Procollab backend service

Usage

Clone project

πŸ“Œ git clone https://github.com/procollab-github/api.git

Create virtual environment

πŸ”‘ Copy .env.example to .env and change api settings

Install dependencies

  • 🐍 Install poetry with command pip install poetry
  • πŸ“Ž Install dependencies with command poetry install

Accept migrations

πŸŽ“ Run python manage.py migrate

Run project

πŸš€ Run project via python manage.py runserver

For developers

Install pre-commit hooks

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