This is a project made by Kevin Joshi, Kaushal Binjola, Sparsh Gupta & Hardik Jain.
Database used is PostgreSQL as well and various dependencies like Django Crispy Forms have been used.
It is a web app that analysis the estimation accuracy for the time and number of people assigned on the project based on the Cocomo Basic Model.
- Python
- Django
- PostgreSQL
- Bootstrap5
- Clone the repository
- Create the env file using the env-sample file
- Run the following command from the root of the project
pip install -r requirements.txt
py manage.py makemigrations
py manage.py migrate
- Create a super user to access the app
py manage.py createsuperuser
- Run the server
py manage.py runserver
NOTE: You can also create a virtual environment, activate it and follow the above steps.