- Clone the repo:
git clone https://github.com/charlescd/xke-akka-http.git bin/activatorto enter in the sbt console and then:testto run the test suitere-startto run the serverre-stopto stop it
If you only need to compile, in the sbt console:
compileto compile the codetest:compileto compile the tests
The exercise in split in steps. Each step has a dedicated branch step-X. The branch master is the step 0.
Navigate between steps with git checkout step-X.
- The step 0 asks you to complete the files Main.scala and Routes.scala. Then, run the tests and check if it's all green.
- Once done, go to step-1 and complete the Routes.scala etc.
- The file Main.scala only needs to be modified in step 0.