At large events with crowds of people, it's really hard to find your group of friends, especially if you're unfamiliar with the area. Sometimes saying meet at the large tree next to the fountain just doesn't cut it. Calling someone on the phone to give directions is still harder than visually seeing where you are in relation to your friends.
We propose to create an application where your group can pin a location on a map. Anyone in that group would send real-time GPS coordinates that would designate where you are on the map. Watch as everyone from the group converges to that one point or know which friend is lost.
- [Client] (https://github.com/meeting-point/mpclient)
- [Server] (https://github.com/meeting-point/mpserver)
- [Processing Server] (https://github.com/meeting-point/mpreminder)
- [Client] (https://circleci.com/gh/meeting-point/mpclient)
- [Server] (https://circleci.com/gh/meeting-point/mpserver)
- [waffle.io client] (https://waffle.io/meeting-point/mpclient)
- [waffle.io server] (https://waffle.io/meeting-point/mpserver)
- Server - http://mp-server.herokuapp.com
- This is just the backend, so there is no UI for it.
- Example of routes: http://mp-server.herokuapp.com/user/234566789
- Automatic deployments through CircleCI
- Client - We are creating a mobile app, so this is not applicable. Will deploy this to Heroku later.