Nest.js бэкенд, в котором уже настроены firestore, google cloud storage и показан пример работы и организации модуля для сущности Example, включающей в себя список, флаг публикации и урл изображения. Этот бойлерплейт предназначен для быстрого старта рабочего окружения. На данный момент здесь нет примера CI/CD, и авторизации с Firebase. Эти возможности появятся позже и будут описаны в отдельных статьях.
This is a nest js boilerplate with firestore, gcloud connections and example module for fast creation MVP or PET projects.
You can read article about this boilerplate project initialization
pnpm run start:dev
- for hot reload application runningfirebase init
- for firebase-tools creation settings for your firebase projectfirebase deploy --only firestore:indexes
- for firestore indexes deployment by firestore.indexes.json file
A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ pnpm install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.