Backend code for the face-detection react app.
- Clone this repo
- Run
npm install
- Run
npm start
- Add your own database credentials to
server.js
line 12 - Make sure you use postgreSQL instead of mySQL for this code base.
Note: You might have to use your own API key in the src/Images.js
file to connect to the Clarifai API.
You can grab Clarifai API key here