GitXplorerGitXplorer
a

nightlife-v2

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
68ee8715a14dfc56bb4f148f47a4f61ebb6dbeb5

fix login

aahstein3521 committed 8 years ago
Unverified
d7542998eb79e59a971abb478c73d81f36d5c2f8

fixed login

aahstein3521 committed 8 years ago
Unverified
ad99eebe706b8829f2b067f2c07c020dd8cf5188

added Procfile

aahstein3521 committed 8 years ago
Unverified
4c7243cf3dbce6ec4587aec9b1a92fb0835841db

initial

aahstein3521 committed 8 years ago

README

The README file for this repository.

Night Life Coordination App

My second rendition of the FreeCode Camp backend project.

My first version was built utilizing the React and Redux. While I am a big fan of these technologies, I wanted to become better versed in more serve-side libraries.

I wanted to fulfill all of the user stories by letting Express and Mongoose handle the bulk of the weight rather than tools like React Router. I also wanted to finally learn how to use Gulp in a project.

###User Stories: +Search by city for bars and night clubs using the Yelp api +See the number of people attending any given bar in the search results +Log in and RSVP/cancel for any given bar in the search results +User can log in and be returned to his/her last route

###ToDo: +Make responsive +Implement additional login strategies +Automatically expire a users "RSVP" +Hover over RSVP button and see tooltip with user list +Perhaps a profile route to show users previously attended places