Web application linked to Spotify that shows some statistics about your music tastes and miscellaneous informations.
Back end built with Node.Js and the framework Express, Front end with React.Js. See below the architecture of the project with the technologies involved.
npm install npm@latest -g
Send the email of your Spotify account to hugo.lamoureux18@gmail.com
Clone the repository
git clone https://github.com/HugoLAMOUREUX/Spotidata
Add a .env file in the back repository : create a config repository under the back repository and create in it a .env file as follows :
NODE_ENV= development
PORT = 5000
CLIENTID = "insert your spotify client id"
CLIENTSECRET = "insert your spotify client secret"
Open a terminal in the Spotidata repository and launch the back end
cd back
npm i
npm start
Open another terminal in the Spotidata repository and launch the front end
cd front
npm i
npm start
If you want to test the back end functions, you'll have to do the following :
http://127.0.0.1:5000/api/spotify/NameOfWhatYouWantToTest
, eg : http://127.0.0.1:5000/api/spotify/GetAlbumDetails
req.query.xxx
).
Now send the query and see the result.When you open the website you'll arrive on the home page and you'll be able to connect your account to spotify and give the authorizations :
Then you can see all your statistics :
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)For further informations, please go to CONTRIBUTING.md
Distributed under the MIT License. See LICENSE.txt for more information.
Hugo LAMOUREUX - hugo.lamoureux18@gmail.com - Linkedin
Charly FLU - charly.flu.67@gmail.com
Antoine GERMON - antoine.germon67@gmail.com
Project Link: https://github.com/HugoLAMOUREUX/Spotidata