Skip to content
/ template Public template

Template with NestJS, Jest, Release IT! and Firebase

Notifications You must be signed in to change notification settings

ndeitch/template

Repository files navigation

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