Skip to content

Event planning app for organizing events in real time

Notifications You must be signed in to change notification settings

msmith9393/Evently

 
 

Repository files navigation

Evently

Evently is an event-planning app with live chat, real-time itinerary update, and a map for planning routes with multiple locations.

Technology Stack

  • Front-end: React, React-Router, Webpack, Babel
  • Backend: Node, Express, Mongo, Passport, Socket.io

Setting up for Development

Start up Mongo database:

$ mongod

Start up the server from the root directory of the repo:

$ bower install
$ npm install
$ npm start

Start up Webpack --watch:

$ npm run dev

Go to http://localhost:3000

License

MIT

About

Event planning app for organizing events in real time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.2%
  • HTML 13.0%
  • CSS 2.8%