A Movie ticket booking portal APIs build using NestJs (a Node.js framework for building efficient and scalable server-side applications).
The APIs for a movie ticket booking portal.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Start the app and go to http://localhost:3000/api, to view swagger docs.
- Author - Anuj Sharma