Backend server for the face-recognition app written in Node.js with Express.js.
You can test the API endpoints using this link: https://conservative-leaf-51298.herokuapp.com/
You can also:
- Clone this repo
- Run
npm install
- Run
npm start
- You must add your own API key in the
controllers/image.js
file to connect to Clarifai API. - You will need and a postgreSQL server running on your machine for this to work.