Train ticket booking server.
This project was built with Nest and MongoDB to enable easy train ticket booking and includes functionality like authentication, real-time ticket booking as well as admin features like activation and deactivation of trains and updating booking capacity
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Nest is MIT licensed.