Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.62 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.62 KB

Meal Reminder

Фукнцонал бота

  • Приветствие
  • Настройка количества приемов пищи в день
  • Регистрация приемов пищи
  • Отключение и включение уведомлений о приемах пищи (уведомления стартуют в день регистрации приема, если за день не было приемов, бот не напоминает о себе)
  • Период приемов пищи 12 часов (начинает расчет от первой регистрации приема пищи за день)

Setting up firebase

add package global npm install -g firebase-tools and use firebase init after it. Select => 1. Firestore; 2. Existing project; 3. Other steps use defaults. Or you can use command firebase use your-project-name for start using your firestore.

Manage indexes

Your indexes saved in firebase.indexes.json and you can use command firebase deploy --only firestore:indexes for deploy it.

Analytics

Try tu use amplitude analytics. Currently use amplitude dashboard for me

Description

Nest framework TypeScript starter repository.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

License

Nest is MIT licensed.