/rooms

Rooms reservation system

Primary LanguageJavaScript

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