mittalprince / Event-Mangement

A platform where user can create his account, events and list all present events in database

Home Page:https://event-appa.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event-Mangement

A Event management web app where user can create his own events and list all events globally.

Live Demo on Heroku:

https://event-appa.herokuapp.com/

Features

  • Login/Sign
  • Create Events
  • List all available Events

Run Locally on Your Machine

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

Tools and Technologies

  • Backend: Nodejs, Express, Passport.
  • Database: MongoDB.
  • Frontend: Bootstrap, EJS.

ScreenShots

ScreemShot-1

ScreemShot-2

ScreemShot-3

ScreemShot-4

ScreemShot-4

About

A platform where user can create his account, events and list all present events in database

https://event-appa.herokuapp.com/


Languages

Language:HTML 70.3%Language:JavaScript 28.0%Language:CSS 1.7%