This app allows you to find upcoming concerts in your area, listen to your favourite music and discover new artists. After registration you can follow artists, add concerts you're going to and concerts you've been at. And a very special feature - all concerts are added to a map so you can keep track of your and your favourite band's travels.
App was made in 2019 in 10 days as prototype for investors.
https://unpluggedelbrus.herokuapp.com/
- Back end -
- Front end -
- Database
- Styled with
- API - YouTube, Facebook, Songkick, Lastfm, Google Maps, Napster
- Clone repository
git clone [email protected]:vadimfrolov/Unplugged.git
- Go to folder
cd unplugged
- Install packages
npm install
-
Create .env file in root folder with your api keys
-
Run app
npm start