Demo Video: https://github.com/user-attachments/assets/889f7dc5-7b6d-4ad5-b14c-b69f3ab633a0
Instructions:
- Clone project or download and extract zip code
- Create a virtual environment using the command : "python -m venv newenv"
- Activate the virtual environment by using the command; "newenv\Scripts\activate"
- Use the requirements.txt file to install required packages using the command : "pip install -r requirements.txt"
- Run the command: "python manage.py runserver" to get the project up and running