#V-TV This Project is simple movie listing website created with Node.js, Mongodb, Express and handlebars.
##Table Of Contents
This project lists movies and performs CURD operations for administrator. It also uses sendgrid API to send emails. It mainly focus on backend technology.
Project is created with:
- Node.js: "v15.11.0"
- @handlebars/allow-prototype-access: "^1.0.3",
- @sendgrid/mail: "^7.4.2",
- bcryptjs: "^2.4.3",
- dotenv: "^8.2.0",
- express: "^4.17.1",
- express-fileupload: "^1.2.1",
- express-handlebars: "^5.2.0",
- express-session: "^1.17.1",
- lightslider: "^1.1.6",
- mongoose: "^5.12.1"
To run this project, install it locally using npm:
$ npm install
$ npm run dev