Skip to content

NGG-Group-CS320/Scala-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MF-DAT Scala Backend

RESTful API and health score computation engine for MF-DAT, written in Scala.

MacOS Setup

  1. Install the latest JDK 8 from Oracle.
  2. Using Homebrew run, brew install sbt.

Ubuntu/Debian Setup

  1. Install the latest JDK 8 of your choosing (OpenJDK or Oracle).
  2. Run the following commands to install sbt:
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
sudo apt-get update
sudo apt-get install sbt

Releases

No releases published

Packages

No packages published

Languages