Album Tracker

Curious about the albums you listened? Wanna keep track of it? This application was made for you! Search for an album and add it to one of your lists. Create your account and get started! Running with Spotify API. Check the documentation for more information.

Technologies

Development mode

  1. Clone this repository
git clone [email protected]:mdeosjr/album-tracker.git
  1. Go to the project directory
 cd album-tracker
  1. Install dependencies
npm i
  1. Create a .env file with the same structure of .env.example (see .env.example file – infos from your Spotify app)

  2. Run project with

npm run dev
  1. You can check the back-end repository of this project at https://github.com/mdeosjr/album-tracker-api and follow the instructions to run

GitHub

View Github