Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.22 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.22 KB

Cocomo

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.

Tech Used

  • Python
  • Django
  • PostgreSQL
  • Bootstrap5

Running this project

  1. Clone the repository
  2. Create the env file using the env-sample file
  3. Run the following command from the root of the project
pip install -r requirements.txt
py manage.py makemigrations
py manage.py migrate
  1. Create a super user to access the app
py manage.py createsuperuser
  1. Run the server
py manage.py runserver

NOTE: You can also create a virtual environment, activate it and follow the above steps.

Images

Login Page

Home Page

Results Page