The Server application for the Donor on Call Service.
Requirements
- maven 3
- mysql-server 5.5
- java 1.7
- scala 2.11.7 // Installation is not Required
Update the Configuration File in src/main/resources/application.conf
Update Mysql with the MySql Schema
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"