Giter VIP home page Giter VIP logo

contract-management-1's Introduction

Contract Management

Background

In the world of capital projects, many organizations have the need to formally manage the financial terms of the contracts that they enter into. It is a direct and straightforward way to get a sense of how much money has been spent on a project, and how much money is expected to be received by the organization performing the work. Typically, this area is called Contract Management.

Contract managers have several areas of interest:

  • Budgets (how much money did I expect to spend/receive)
  • Commitments (how much money have I committed to spending/receiving)
  • Forecasts (how much money in the future will I have to spend/receive)
  • Payments (how much money has actually left/arrived in my bank account)

The combination of these items is sufficient to get a sense of the performance of the project from a financial perspective.

This project is implemented using a framework called Dropwizard which bundles together the following tools:

  • Jetty for an HTTP Server
  • Jackson for serialization
  • Jersey for a REST framework
  • Hibernate for ORM
  • Liquibase for migrations
  • Mustache for view templating

The user interface is comprised of:

  • AngularJS
  • Bootstrap

Instructions

Prerequisites

Please ensure you have the following installed:

  • Java 1.8
  • Maven 3
  • Git
  • An IDE (IntelliJ IDEA preferred - Community Edition is fine)

Running

After cloning this repository, run the application as follows from your terminal:

cd /path/to/repository

# First build the application
mvn clean install -DskipTests=true

# Migrate the database
java -jar target/contract-1.0.0-SNAPSHOT.jar db migrate src/main/resources/app.yml

# Run the application from the command line
java -jar target/contract-1.0.0-SNAPSHOT.jar server src/main/resources/app.yml

You should now be able to view the application by visiting http://localhost:9090/

contract-management-1's People

Contributors

wmluke avatar timols 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.