Skip to content

donorcall01/DonorOnCall_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DonorOnCall_Server

Join the chat at https://gitter.im/donorcall01/DonorOnCall_Server Build Status

The Server application for the Donor on Call Service.

Setup And Installation

Requirements

  • maven 3
  • mysql-server 5.5
  • java 1.7
  • scala 2.11.7 // Installation is not Required

Sql Setup

Update the Configuration File in src/main/resources/application.conf

Update Mysql with the MySql Schema

Starting the Server

If your using an IDE run the class com.donoroncall.server.BootStrapServer

The file is located in src/main/scala/com/donoroncall/server/BootStrapServer.scala


mvn install

# To Start the api Server From Terminal

mvn exec:java -Dexec.mainClass="com.donoroncall.server.BootStrapServer"

Releases

No releases published

Packages

No packages published