Smart Brain v1

React logo clarifai logo node js icon express logo PostgreSQL logo

a picture of project landing page

Final Project of the Complete Web Developer course from the Zero to Mastery Academy

First full stack project built using Create React App for the front-end client and Node Express.js backend using the Clarifai API to detect faces in photos provided to the client by user provided URLS. This project authenticates users utilizing a PostgreSQL database to store user data and hashes passwords using a now deprecated bcrypt dependency.


landing page website after log in

This project was my first implementation of Node and express.js. Testing of the backend API was accomplished with Postman and the database was built using PgAdmin 4 locally before switching to Heroku Postgres for deployment

If you're curious to try it use can use the login: test2@test.com and password: test123 or register your own credentials. This version is limited to only detecting a single face per photo which is improved in Version 2 of this application which I am hoping to deploy soon.

github repo