A Giter8 template for a microservice app in scala! You can find documentation here: https://scala-microservice-scaffold.vercel.app/
Go to the scala-microservice-scaffold folder and run the following command:
Note: Please change the path to the path of the scala-microservice-scaffold folder on your computer.
g8 file:///home/toto/projects/scala-microservice-scaffold/ --force
Note: Please use 'target' as the name of the project.
This will create a folder named target with the generated project.
To compile it, go to the target folder and run the following command:
sbt compile
This will compile the project and download all the dependencies.
Written in 2023 by Polytech DO's students
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See https://creativecommons.org/publicdomain/zero/1.0/.