Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.1 KB

Movie Ticket Booking

A Movie ticket booking portal APIs build using NestJs (a Node.js framework for building efficient and scalable server-side applications).

NPM Version CircleCI

Description

The APIs for a movie ticket booking portal.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

View API docs

Start the app and go to http://localhost:3000/api, to view swagger docs.

Stay in touch