Skip to content

MeetInTheMiddle 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-back-end

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 backend of MeetInTheMiddle. For the frontend, please see: https://github.com/tommaclean/meet-in-the-middle-front-end

To Begin

  1. Clone this repo (along with the frontend 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.

Coming Soon!

MeetInTheMiddle v2 is currently being devloped. Check out what's happening here:

Frontend: https://github.com/tommaclean/meet-in-the-middle-v2

Backend: https://github.com/tommaclean/meet-in-the-middle-api-v2

V1 was created while I was attending Flatiron School. After learning more since graduation, I am revamping everything using Redux and CSS.

About

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

Topics

Resources

Stars

Watchers

Forks