Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.06 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.06 KB

HearBuds

Revolutionizing the concert going experience.

HearBuds allows users to find concerts in their area and find someone to go with.


Link to the live version


Screenshots

Landing Page Dashboard Single Event


Tech stack

  • HTML5
  • Cascading Style Sheet/Flex Box
  • JavaScript
  • NodeJS
  • GraphQL
  • MongoDB

Client-Side

  • React
  • React Redux
  • Redux Thunk
  • JWT-Decode
  • Deployed with Firebase

Server-Side

  • Express
  • Mongoose
  • Morgan
  • Passport
  • JSONWedToken
  • Bcryptjs
  • Deployed with Zeit

Dev setup

  • Clone both repos (this one and the Client Repo)

  • Once you have them cloned run npm install on both in order to get all dependancies.

  • Run npm start to get the app running locally