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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7760e52 · Sep 17, 2021

History

4 Commits
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021
Sep 17, 2021

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