https://internmanagementsystem.herokuapp.com/
- Download and extract files from zip file.
- to doanload all the library from requirement.txt use pip install -r /path/to/requirements.txt.
- run the command python manage.py makemigrations
- then python manage.py migrate
- Finally python manage.py runserver
- To Add urself to admin panel run the command python manage.py createsuperuser
- Project will be running on the localhost server.