Skip to content

Sharif-AI-Arena/AIA-Backend

Repository files navigation

How to run project

# install and setup
python -m venv .venv
.\.venv\Scripts\Activate.ps1 # for windows
pip install -r requirements.txt
pip install -r requirements-dev.txt
copy .env.example .env

# init hooks
pre-commit install
pre-commit run --all-files

# run project
python manage.py migrate
python manage.py createsuperuser # optional
python manage.py runserver

How to lint and format project?

pre-commit run --all-files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages