Profezzor

made-with-python

made-with-django

made-with-dokcer

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

Run Locally

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

Docker Setup

Build Image

docker-compose build

Run Container

docker-compose up

License

MIT