defines a standard microservice template for altalance microservices
Defines a non brokered template for microservices for Altalance's backend development ops
Clone the repository as
git clone https://github.com/Altalance/microservice-template.gitAfter cloning build the project as follows
npm run buildOnce template is setup add services directory in /src and expose them via controllers defined in /src/routes
to start run
npm startto run dev build
npm run devto run tests
npm run test