-
Clone the repository
-
Enter the directory
cd teacher-directory
- Install pip virtual environment and dependencies
pipenv install
# initialize virtual environment
pipenv shell
# once inside,
pip install -r requirements.txt
- Migrate
python manage.py migrate
- Run server
python manage.py runserver