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
- Clone this repository
git clone [email protected]:mdeosjr/album-tracker.git
- Go to the project directory
cd album-tracker
- Install dependencies
npm i
-
Create a .env
file with the same structure of .env.example
(see .env.example
file – infos from your Spotify app)
-
Run project with
npm run dev
- 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
- Clone this repository
git clone [email protected]:mdeosjr/album-tracker.git
- Go to the project directory
cd album-tracker
- Install dependencies
npm i
-
Create a
.env
file with the same structure of.env.example
(see.env.example
file – infos from your Spotify app) -
Run project with
npm run dev
- You can check the back-end repository of this project at https://github.com/mdeosjr/album-tracker-api and follow the instructions to run