Instructions to run the software
- First Clone the repository in your local machine 2.Open terminal in directory in which you have downloaded the code.
- Run the following Code to download the dependencies: $ pip install -r requirement.txt
- Now to make database migrations run: $ python3 manage.py makemigrations
- Then run command $ python3 manage.py migrate
- Now to run the website run : $ python3 manage.py runserver
- now in your browser enter the following url to access website: "http://127.0.0.1:8000/"
You can create all users but Admin is fixed choose below credentials to access the Admin: admin ID: Admin admin Password: Admin