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

Pocket/backend-typescript-template

Repository files navigation

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

About

Template to spin up a new service in Typescript and Pocket's terraform-modules package.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published