Skip to content

Allows three users to input their addresses and receive location recommendations from the Google Maps API based on their midpoint.

Notifications You must be signed in to change notification settings

tommaclean/meet-in-the-middle-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

Welcome to MeetInTheMiddle! Using this app, users can receive restaurant or bar locations based upon the midpoint of three addresses submitted.

This repository contains only the frontend of MeetInTheMiddle. For the backend, please see: https://github.com/tommaclean/meet-in-the-middle-api-v2

To Begin

  1. Clone this repo (along with the backend repo) to your hard drive.
  2. First CD into the meet-in-the-middle-back-end repo
  3. Start the Rails server first (so that it uses port 3000) running rails s
  4. CD into the meet-in-the-middle-front-end repo
  5. Start NPM server by running npm start
  6. When the dialog appears to ask to run on port 3001 (or any different port than 3000), press 'Y'
  7. Open http://localhost:3001 (or whichever port you've specified) to view it in the browser.

About

Allows three users to input their addresses and receive location recommendations from the Google Maps API based on their midpoint.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published