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.
Check out our application at: Eventure.site
-
git clone https://github.com/eventure-events/eventure-server.git
-
cd
intoeventure-server
directory -
npm install
-
mkdir db
-
mongod --dbpath db
-
Run linter:
gulp eslint
-
Run test files:
gulp mocha
-
Run both linter and tests:
gulp