service-starter

A boiler plate project that that can be used as a starting point for services following the Clean architecture.

Usage


To generate a new project, run the service.sh script with two arguments:

  • The name of the new solution
  • The port you want the service to listen on
./service.sh MyNewSolution 5010

This will output a new solution to a directory name specified in the first argument of the service.sh script.