Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 489 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 489 Bytes

Rooms reservation Application

Technologies

  • Node.js
  • Express
  • MongoDB & Mongoose
  • Handlebars Templating
  • Passport.js Authentication
  • BCrypt Hashing
  • moment.js
  • nodemailer
  • JWT

Version

1.0.0

Usage

  • In app.js rename the mongoose connection to database to your own or download mongodump files from repository

Installation

Install the dependencies

$ npm install

Install multer

$ npm install multer --save

Run app

$ npm start