Team Blue Jays: Alonso Tacanga, Devin Fox, Kevin de Roulet, Michael Brawer
- HTML
- CSS
- Javascript
- Mongo DB / Mongoose
- Express.js
- Node.js
- jQuery for DOM traversal / event handling
- Bootstrap - for styling / responsive box sizing
- fontAwesome - for icons
- Passport.js / Google oAuth - for authentication / authorization
Getting Started: Click Here to View-In-Browser.
Where the Party App? is designed to address a centuries old problem for humanity: Why am I finding myself at this terrible bar / restaurant? And where are all of my friends? What is the cause of this dreadful paradigm? Where lies the seat of my morose?
This answer to these questions are relatively simple. Human beings are creatures of habit. We aim to break those habits.
By accessing the excellent Yelp! Fusion API our app enables users to search for nightlife options available near them. Bars & Restaurants can the be added by users to an itinerary which can then be shared with friends. So when you next ask yourself, "Where the party app?"; boot up our site. Then you will know!
Access Where the Party App?'s API and search for an individual user, their stops, an individual stop or simply fetch all of our users' planned destinations:
| URL | Method | Required URL Params | Use |
|---|---|---|---|
| /api/users/{userId} | Get | userId=[string] | Retrieves a single user |
| /api/users/{userId}/stops | Get | userId=[string] | Retrieves all strops for a single user |
| /api/stops | Get | None | Retrieves all stops |
| /api/stops/{stopId} | Get | stopId=[string] | Retrieves an individual stop |
Sample Call (returning a single stop): https://wtpa.herokuapp.com/api/stops/5a1a36898166804b3deedd35
- Geolocation
- calendar view / multiple itineraries
- Social media share functionality


