Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 639 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 639 Bytes

Backend Starter repository

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.

Folder structure

  • the infrastructure code is present in .aws
  • the application code is in src
  • .docker contains local setup
  • .circleci contains circleCI setup

Develop Locally

npm install
npm start:dev

Start docker

# npm ci not required if already up-to-date
npm ci
docker compose up