Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.8 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.8 KB

Stories in Ready

MidUp

An application that helps you, your colleagues and your friends interactively find the perfect place to meet up in the middle.

Team

  • Product Owner: Ko Seunghoon
  • Scrum Master: Jordan Genung
  • Development Team Members: Jonah Nisenson, Rioa Mattsson

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Once logged in, navigate to the My MidUps page and create a MidUp. A Midup is an interactive map to find the perfect meetup spot. Send invitations to your friends, then click on the newly created MidUp link and you will be taken to your map. Once you and your friends have joined the MidUp and specified your locations, a midpoint will be calculated. From there you and your friends can search for, chat about and vote on locations to meet up around the midpoint.

Requirements

Angular Google Maps 2.0.19 Socket.io 1.3.5 Mongoose 3.8.25 MongoDB 1.4.35 Node 0.12.0 Express 4.0.0

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

To load Angular Google Maps after you run bower install paste the following into your HTML page: <\script src='/path/to/lodash[.min].js'></\script> <\script src='/path/to/angular-google-maps[.min].js'></\script>

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.