Steps to make this repo working in your local machine:
- Clone the repo
- make a env file "python -n venv myenv"
- Activate the env file "myenv/Scripts/activate" for windows
- go to the college management system and get in the collegemanagement-django folder
- then install the requirements.tx file: "pip install -r requirements.txt"
- then "python manage.py migrate"
- then "python manage.py runserver" to run it locally