Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idahogurl/nightlife

Website that uses Yelp's API to locate bars in the city specified by the user. User can mark the bar they are visiting that night.
https://github.com/idahogurl/nightlife

Last synced: about 1 month ago
JSON representation

Website that uses Yelp's API to locate bars in the city specified by the user. User can mark the bar they are visiting that night.

Awesome Lists containing this project

README

        

# Night Life Website

**Description**:
Uses Yelp's API to locate bars in the city specified by the user.

**User Stories**
- As an unauthenticated user, I can view all bars in my area.
- As an authenticated user, I can add myself to a bar to indicate I am going there tonight.
- As an authenticated user, I can remove myself from a bar if I no longer want to go there.
- As an unauthenticated user, when I login I should not have to search again.

**Backend**:
- Express (v4)
- Babel (v6 with presets env, react, stage-2)
- Sequelize (v4)
- Apollo GraphQL Server (v1.3)

**Database**:
- Development: SQLITE
- Production: Postgres on Heroku

**Frontend**:
- React (v16.4)
- React Router (v4)
- React-Facebook to integrate Facebook Login
- Apollo GraphQL Client (v2.1)
- Bootstrap (v4)
- FontAwesome (v4)
- Fela
- Awesome Notifications