- create an issue and quickly write what you're working on
- clone the repo with
git clone https://github.com/zenith-hacks/backend
- make sure python 3.10 is installed (if you want you can create a venv)
- install packages with
pip install -r requirements.txt
- if you want to implement a new feature (not started yet), create a new django app with
python manage.py startapp name
, create a urls.py file inside and include it in zenith_backend/urls.py - when you want to commit your changes make sure to create a pr and quickly describe what you changed