Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 475 Bytes

readme.md

File metadata and controls

34 lines (21 loc) · 475 Bytes

Let's Get Wasted

This website allows you to view the events happening around you. You can also add events as an organiser.

Prerequisites

  • Node.js
  • Npm
  • MongoDB

Features

  1. Login
  2. Signup
  3. View events
  4. Add and delete events - login required

Getting started

  1. Clone the repository
  2. cd into the EventTitan directory
  3. Run the following commands:
npm install
node index.js

  1. Go to localhost:8080 to see the application in action.