Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 1.78 KB

README.md

File metadata and controls

79 lines (54 loc) · 1.78 KB

Event Manager

One step destination to host all your events.


Table of content:


Features:

  1. Countdown timer for each event.
  2. Sign up with google
  3. Notification via E-mail
  4. E-mail verification
  5. Auto Deletion of event after it's completion

TechStack used

  • nodejs
  • mongodb
  • express js
  • passport js
  • nodemailer
  • bootstrap

Screen Shots

ss

ss

ss

ss

ss

Installation

  • open this repository in your desired code editor after cloning
  • navigate to this folder using command prompt
  • now type the following commands
npm init
npm install
  • go to .env file and change the appropriate credentials
  • now type the command
node app.js
  • this will show
 App started on localhost...
 Connected to database...
  • app is started on localhost