Project for UHack 4.0
- Python >= 3.9
- Postgresql database
python -m venv env$ env\Scripts\activate
$ source env/bin/activate
Use the package manager pip to install dependencies.
- Install dependencies using pip
pip install -r requirements.txt
2.Create env file
$ python manage.py migrate
$ python manage.py runserver