Skip to content

HeyItsFelipe/FriendFinder

Repository files navigation

FriendFinder

Remember the locations of your remote friends with this app.
This app allows you to type in a friend name and the city they are located in.

Upon submit, your friend will be saved onto the map.

Team

Current Deployment

The latest deployment of FriendFinder can be viewed at https://protected-plateau-74346.herokuapp.com/

Prerequisites

This app uses the MERN (MongoDB, Express, ReactJS, Node) stack.
In addition, Mongoose and the Google Maps API are used.
Knowledge is the above mentioned technologies will be very helpful.

Setup

Fork the repo to your local GitHub.
Open your favorite terminal.
Navigate to where you want to clone the repo.
Type git clone to clone the repo to your computer.
Navigate into the cloned repo.
Type npm install to install dependencies.

Execution

In your terminal, navigate into your repo, and type npm run react-dev.
Open another terminal tab.
Type mongod or if that doesn’t work sudo mongod and type your password.
Open another terminal tab and navigate into your repo.
Type npm run server-dev.
Open your Chrome browser and type http://localhost:3000.
The homepage should appear.

TODO

  • Clean up styling.
  • Implement delete functionality to added friends.

About

Remember the locations of your remote friends with this app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published