API for EDUMGT project.
EDUMGT-API - API for EDUMGT (Education organization managhment system). Basen on Nest framework.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
docker build -t edumgt-api:latest
DB_HOST = "127.0.0.1"
DB_PORT = "3306"
DB_USER = "user"
DB_PASSWORD = "password"
DB_NAME = "edumgt"
TELEGRAM_BOT_TOKEN = "12345"
ADMIN_TG_CHATID = "1234"
EPOS (epos.permkrai.ru/)
EPOS_LOGIN = "1234"
EPOS_PASSWORD = "1234"
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - Danil Fedoseev
- Website - https://edumgt-api.hanriel.ru
EDUMGT-API is MIT licensed.