Code Monkey home page Code Monkey logo

amos-ss17-proj7's Introduction

amos-ss17-proj7 Virtual Ledger

Build Status codecov

Logo

Installation general

You need an environment variable called VIRTUAL_LEDGER_DB_PASSWORD that contains the password for the database. Restarting the computer/server may be required after setting it!

Install workspace for eclipse

Open terminal in the rootproject and run

gradle eclipse

Go to eclipse

  1. import
  2. existing projects into workspace
  3. select root-directory of this project as root directory
  4. select "Search for nested projects"
  5. select all projects
  6. click "Finish"

Install workspace for IDEA

Open terminal in the rootproject and run

gradle idea

Then import the project in idea.

Use Jetty-Server

Open Terminal in server-workspace.

Run the command

gradle clean bootRun

you build the server-war-file and run it on an embedded jetty server.

Build spring boot application

Open terminal in the rootproject and run:

gradle clean build

The compiled jar-file can be found in build/libs

Use test coverage

Local test coverage

To compute the test coverage of all projects run:

gradle clean check

The html-testcoverage is in $projectname/build/jacocoHtml

E.g. for the serverproject in server/build/jacocoHtml

Global test coverage

Visit CodeCov

amos-ss17-proj7's People

Contributors

alexkindle avatar benestr avatar georg-schwarz avatar ramimahfoud avatar simbados 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.