/eventure-server

Server for the Eventure web application

Primary LanguageJavaScript

Eventure Server

About

Eventure is a full-stack web application designed to help users find nearby events. They can create their own events and follow their friends events. The map view allows for easy navigation to find events happening close to a users location.

This repo is the back-end of our application. Find the back-end here.

Developers

Check out our application at: Eventure.site

Testing

  • git clone https://github.com/eventure-events/eventure-server.git

  • cd into eventure-server directory

  • npm install

  • mkdir db

  • mongod --dbpath db

  • Run linter: gulp eslint

  • Run test files: gulp mocha

  • Run both linter and tests: gulp