A map-centric NYC concert finder for live music enthusiasts. Uses SongKick API to allow users to see concerts happening in their area in the next 7 days.
This was a pair-programming student project, created in my third module for Flatiron School's immersive web development program.
Built with
- JavaScript Front End
- Ruby on Rails Back End
- Leaflet
- Materialize CSS
-
Start the Backend:
$ cd backend
$ bundle install
$ rails db:migrate
$ rails db:seed
$ rails s
-
Start the Frontend:
$ cd frontend
$ open index.html
SongKick API (https://www.songkick.com/developer)