A react and express application for searching for artist on spotify by face recognition.
Repository consists of two folders. Server
and Client
.
Follow steps below to get project set up.
Make sure you have a client id and client secret at Spotify API . You also need a api key at Clarifai . These API keys should be stored as envirement variables in a .env file in server root foler. (see .env.example for example)
CLARIFY_API_KEY = YOUR_KEY
SPOTIFY_CLIENT_SECRET = YOUR_KEY
SPOTIFY_CLIENT_ID = YOUR_KEY
Install node modules to get dependencies and launch application.
Enter these commands in the terminal
cd server && npm i
The same for client
cd client && npm i
Now you have the dependencies and project is ready for being launched in developmentt mode.
This project is not set for a production build at the moment. This is coming in the near future.
- Martin Østvik - Initial work - ostvik.space
- School project for School of applied technology
- Inspiration for concept from RapidAPI list of project ideas using the Spotify api