Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 341 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 341 Bytes

Setting up the project

Pre-requisites

  • Scala 2.12.6 or higher
  • MongoDB Community edition (Server)

Setting up the project using shell script

sudo bash serverInstallDebian.sh

Run server

  1. cd in to the project folder
  2. Run sbt run

Run tests

  1. cd in to the project folder
  2. Run sbt test