A Event management web app where user can create his own events and list all events globally.
https://event-appa.herokuapp.com/
- Login/Sign
- Create Events
- List all available Events
You need Node, NPM and MongoDB properly installed.
Clone this repository
git clone https://github.com/mittalprince/Event-Mangement.git
Setup the environment variables replacing <mongo_uri> with your mongodb uri.
create .env file inside project directory with your mongo_uri variable
Install dependencies
npm install
This will start dev server at http://localhost:8001.
node server.js
- Backend: Nodejs, Express, Passport.
- Database: MongoDB.
- Frontend: Bootstrap, EJS.