This repository can be used as a template to spin up a new service.
Note: please change all reference to Acme to your service name. There are Todos in this repository
that points to name changes to your new service name, please address them before spinning up the service.
- the infrastructure code is present in
.aws - the application code is in
src .dockercontains local setup.circlecicontains circleCI setup
npm install
npm start:dev# npm ci not required if already up-to-date
npm ci
docker compose up