Skip to content
/ cocomo Public

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.

Notifications You must be signed in to change notification settings

K-B-J/cocomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks