TODO
To run the application make sure you have sbt installed and all the external dependencies are up and running and described above, then run sbt application/run
TODO
- To build the fat jar using sbt assembly simply run the command
sbt build
with your desired configurations set up inapplication.conf
- To build the docker image simply run
sbt build-docker
with your desired configurations set up inapplication.conf
. Make sure you change the docker user inbuild.sbt
- Clone the project
- Make sure you have
sbt
installed in your computer. - Import the project in your preferred sbt supported IDE (we recommend Intellij Idea, the community version will suffice)
- Make sure all external dependencies are up and running (See External dependencies section above)
- Start coding and testing.
- Pull request are welcomed.
This project is open to contributions be it through issues or pull request. Have a look at our contribution guide
before you get started.