Skip to content

martinostvik/Spotify-Image-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceSearch

A react and express application for searching for artist on spotify by face recognition.

Getting Started

Repository consists of two folders. Server and Client . Follow steps below to get project set up.

API Keys

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

Node modules

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.

Deployment

This project is not set for a production build at the moment. This is coming in the near future.

Built With

  • React - Front end client famework
  • Express - Back end famrwork for our REST API

Authors

Acknowledgments

  • School project for School of applied technology
  • Inspiration for concept from RapidAPI list of project ideas using the Spotify api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published