Skip to content

Created a web service in Node JS, designed to showcase collection of theatre & movies

Notifications You must be signed in to change notification settings

AnbarasanJ24/Theatre-Movies-API-NodeJS

Repository files navigation

Theatre-Movies API

This project provides an implementation of web service, designed to showcase colleaction of theatre & movies.

Usage

Please update Mongo URL and Node mailer config in config/config.env file

Used Library

  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

Install Dependencies

npm install

Run App

# Run in development
npm run dev

# Run in production
npm run start

version : 1.0.0

License : MIT

Screenshot

About

Created a web service in Node JS, designed to showcase collection of theatre & movies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published