Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 853 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 853 Bytes

Nest Logo

Description

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

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

Nest is MIT licensed.