This project provides an implementation of web service, designed to showcase colleaction of theatre & movies.
Please update Mongo URL and Node mailer config in config/config.env file
Express - Support Web server
Brcypto JS - Support Password Hashing
Cors - Support CORS
Dotenv - Support Config File
Express-fileupload - Support Adding Images
Express-mongo-santizie - Support NoSQl Injection
Express-rate-limit - Support Rate Limiting
Helmet - Support Security Header
Hpp - Support HTTP Parameter Pollution issue
Jsonwebtoken - Support JWT
Mongoose - Support DB Query
Morgan - Support Logging
NodeMailer - Support Email
Slufigy - Support Slug Creation
Xss-clean - Support Cross site scripting
Docgen - Support Postman API Documentation
npm install
# Run in development
npm run dev
# Run in production
npm run start