Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
/ SperoBackend Public archive

[Archived] A management system built with Spark micro framework for Linux4Hope.

Notifications You must be signed in to change notification settings

Linux4Hope/SperoBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SperoBackend

Build Status Coverage Status

[ARCHIVED] Currently not in Development

Build, Testing, Development

  1. Need to have Java 8 installed. This guide will assume you are running Ubuntu 16.04 LTS 64bit. If you don't have the following packages installed globally, run these commands below:

     sudo apt update
     sudo apt upgrade
     sudo apt install openjdk-8-jdk openjdk-jre maven
    

If you don't have Intellij installed, please proceed in installing the IDE.

  1. Clone this repo.

  2. Once Intellij is open, proceed on opening the project using the open project settings Intellij presents to you on the welcome screen or under File in the application bar.

  3. Follow any prompts for importing dependencies. Proceed to build the dependencies and click run.

  4. The application should start and should be accessible in your web browser using the address localhost:4567.

  5. You may use Intellij to run the unit tests or in the command line of the project using Maven by running mvn test.

  6. To run Maven test with Coveralls, add the Coveralls token in pom.xml for a successful run of the tests. To run the test, run mvn clean test jacoco:report coveralls:report. Refer to the documentation on Coveralls on adding the Coveralls token.

About

[Archived] A management system built with Spark micro framework for Linux4Hope.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages