/Meeting-Scheduler

Meeting scheduler using Nodejs.

Primary LanguageJavaScript

Meeting-scheduler

You can set the schedule of meeting with this interface.
(Currently working on reminders)

Prerequisites

You need to know basic nodejs and learn http requests i.e post,get,put and delete.
Comfortable with mongoDB.
Handling requests using routers.

Project Setup

NPM install all dependencies
Adding --save to save it in package.json, as these dependencies will automatically be downloaded on command
npm install
Nodemon - dev dependency(doesnt help in code but faster execution)

npm i express --save
npm i ejs --save
npm i body-parser --save
npm i nodemon --save-dev
npm i express-handlebars --save
npm i mongoose --save

Deployment

Open you browser and type url
localhost:4000

Postman to check routes

All routes are working fine
Post
Put