Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/idahogurl/nightlife
- Owner: idahogurl
- Created: 2018-06-28T23:15:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T14:09:24.000Z (about 1 year ago)
- Last Synced: 2023-11-28T15:30:43.349Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://rsvp-night-life.herokuapp.com/
- Size: 5.27 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
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