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
Link to the user manual: https://docs.google.com/document/d/1HfA7jhxrNq08lM3kIvMUYdab98CnsvcZlgrQjbAmcWs/edit
Design doc: https://docs.google.com/document/d/1yI6bIJh1m4aqgfq21cUo3nZnZlr1yRbeOCnoQGttBy4/edit
Software Requirements specification: https://docs.google.com/document/d/1boA3A3a4OKM3IxlAuOmrCe1yTyp5g1OEHGa6Q5mHZLc/edit