Skip to content

jstran97/ztm-smartbrain-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZTM Academy - Final Project: SmartBrain Back-End

This repository is for the web server (back-end) of the web application. It was constructed using Express.js and PostgreSQL. The web server communicates with the front-end (React.js), database (PostgreSQL), and Clarifai's Face Detection API.

Getting Started:

  1. Clone this repo
  2. Run npm install
  3. Run npm start
  4. You must add your own API key / Personal Access Token (PAT) in the controllers/image.js file to connect to Clarifai API
  5. Add your own database credentials to server.js line 11

You can grab Clarifai API key here

Make sure you use PostgreSQL instead of MySQL for this codebase.

About

Zero to Mastery Final Project - Smart Brain (Face Recognition) Application - Web Server Back-End

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published