Backend part of final project for The Complete Web Developer in 2023: Zero to Mastery course.
The point of the project is to make a React frontend, node.js backend and PostgreSQL database as a small full-stack app that uses Clarifai API for face detection. It has:
- login and registration pages
- homescreen with URL input box for fetching the picture in which you want to detect a face
- entries counter that counts how many times you searched for a face
How to use:
- Clone this repo
- Run
npm install
- Run
npm start
- Enter the details for your own database in
server.js
Frontend part is here.