A Fest Website created to register for fest events in a college using Node.JS and MongoDB
This website makes use of Passport and Stripe Node Modules
To run the project :
Clone the project in your computer.
Move Inside the project folder and install Node.JS modules, MongoDB, Passport and Stripe in it.
Run Mongod command for data access.
Run activityseeder.js file in seed folder(only once to save the data).
Type "npm start" command and open "localhost:3000" in your browser to see the website!