Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.24 KB

File metadata and controls

44 lines (22 loc) · 1.24 KB

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"