Skip to content

PROCOLLAB-github/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Sep 4, 2023
Sep 20, 2023
Sep 9, 2023
Mar 12, 2023
Sep 4, 2023
Sep 21, 2023
Aug 8, 2023
Apr 4, 2023
Dec 21, 2022
Sep 30, 2023
Sep 20, 2023
Oct 4, 2023
Sep 17, 2023
Sep 17, 2023
Jul 14, 2023
May 20, 2023
Sep 19, 2023
Jul 18, 2023
Sep 10, 2023
May 13, 2023
May 10, 2023
May 1, 2023
Oct 25, 2022
May 14, 2023
Sep 9, 2023
Mar 20, 2023
Sep 18, 2023
Feb 23, 2023
Sep 19, 2023
Sep 19, 2023
Sep 19, 2023
May 20, 2023
Sep 17, 2023
Sep 17, 2023

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