Code Monkey home page Code Monkey logo

softwareestimation-backend's Introduction

Software Estimation Tool

Introduction

The software cost estimating platform will serve as the estimating sub module of Tongji Open source community crowdsourcing platform, and provide the online software project cost estimating service for the vast number of developers, which fills the blank of the domestic online software cost estimating platform.

When the project Publisher publishes the project, it can enter the software cost estimating platform, through the parameter input, carries on the software cost estimation to this project, in order to conveniently and accurately determine the project price, the workload and so on.

The platform is designed to help project publishers to accurately estimate the cost of software projects, workload estimates, to prevent the project due to the lack of software cost estimates, resulting in uncontrolled software projects.

How to Use It

For backend

Environment Requirements

  • Java Runtime : JDK 1.8
  • Database: MongoDB 3.4
  • Package Management Tools: Maven
  • Configuration Management tools: git

Get the project

Install dependency

  • open the terminal and enter the project folder
  • run the command
mvn install

Change the address of the database to your own database address

  • open the file: src->main->resources->application.properties
  • change the address of the database to your own database address

Run the program

  • run the class : src->main->java->estimation->Application.java

Some Regulations

  • the MongoDB should have enough storage to save the data
  • Do not modify database data directly according to data format
  • Do not occupy 8011 ports when you want to run the front end

For frontend

Environment Requirements

  • nodejs : nodejs v6.11.4
  • Package Management Tools: npm v5.6.0

Get the project

Install dependency

  • open the terminal and enter the project folder
  • run the command
npm install

Change the ip address and the port of the estimation backend to your own backend

  • open the file: config->index.js
  • change the address of the estimation backend to your backend

Run the program

  • run the command with terminal
npm run dev

Some Regulations

  • Do not occupy 8080 ports when you want to run the front end

  • Try to use Chrome or Safari browser for access

softwareestimation-backend's People

Contributors

sixaps avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.