/Bar-Keep

a simple MEAN stack app to keep track of your favourite bars!

Primary LanguageJavaScript

Bar-Keep

The intention of this app is to let people search for bars in any cities in the world and then save their favourites so that they can have a global favourites list, with the ability to view all the bars on a map.

Bars are searched by using the Yelp API with a location search, favourited bars are then stored using MongoDB. They are rendered back to the user as a list and also on a map using Google Maps API.

Screenshots


Tech Stack

Front-End

AngularJS

Back-End

Node

Express

MongoDB

Mongoose

Folders

###/client

Inside this folder we have all the client files

###/server

Inside this folder we have all the server files

Todo

  • Implement individual user login feature