Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 547 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 547 Bytes

Template

Checklist

  • Find and replace: template
  • Add FIREBASE_TOKEN to repository's secret
  • Replace staging and production keys in .firebaserc
  • Uncomment develop.yml and main.yml firebase deploy

Strongly opinionated template with:

  • NestJS
  • MongoDB
  • Jest
  • Testdeck
  • Prettier
  • Eslint
  • Release It
  • Firebase

Running Locally

Start docker:

docker compose up -d

Start service:

npm run dev

Running Tests

Start docker:

docker compose up -d

Start service:

npm t