This project is part of M.Tech DTU SWE course project.
To use this repository follow these steps.
> python -m venv env
> .\env\Scripts\activate
> git clone https://github.com/okmd/course-reservation-system.git
> cd course-reservation-system
> pip install -r requirements.txt
> python manage.py makemigrations
> python manage.py migrate
> python manage.py createsuperuser
> python manage.py runserver