Skip to content

PROCOLLAB-github/api

Folders and files

NameName
Last commit message
Last commit date
Sep 4, 2023
Mar 15, 2024
Feb 16, 2024
Mar 12, 2023
Dec 10, 2023
Mar 15, 2024
Oct 7, 2023
Aug 8, 2023
Nov 16, 2023
Oct 29, 2023
Nov 18, 2023
Oct 13, 2023
Mar 15, 2024
Nov 7, 2023
Mar 10, 2024
Feb 21, 2024
Feb 27, 2024
Mar 13, 2024
Jul 14, 2023
Oct 29, 2023
Sep 29, 2023
Mar 18, 2024
Jul 18, 2023
Mar 13, 2024
Mar 18, 2024
Dec 6, 2023
May 1, 2023
Dec 10, 2023
May 14, 2023
Sep 9, 2023
Mar 20, 2023
Sep 18, 2023
Feb 3, 2024
Feb 25, 2024
Oct 23, 2023
Feb 25, 2024
May 20, 2023
Dec 2, 2023
Mar 10, 2024
Mar 10, 2024

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