Profezzor is a product that helps college students find notes, model question papers, and engage in interactive learning with textbooks.
This is the backend repo of Profezzor
Set up virtual environment
python3 -m venv venv
Activate virtual environment
source venv/bin/activate
Install dependencies
pip3 install -r requirements.txt
Run django
python3 manage.py runserver
Build Image
docker-compose build
Run Container
docker-compose up