Skip to content

mux-mux/findface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findface App 🙆‍♀️

With ↪️SignIn ↩️SignOut 🔮AI face Detect


FindFace Demo

Stages 📜

  1. React Components
  2. Tailwind Forms, Classes
  3. ClarifAI Face Area Detect
  4. Switch Light/Dark Theme
  5. Express Endpoints
  6. PostresSQL DB
  7. Knex JS DB Connect
  8. Bcrypt Password Storage
  9. Vercel Deployment

Folder structure 📂

Findface Folder structure

How To Use 🔐

# Clone this repository
$ git clone git@github.com:mux-mux/findface.git

# Go into the repository
$ cd findface

# Install dependencies
$ npm install

# 1 Terminal: Start Express server
$ PORT=3001 node server.js

# 2 Terminal: Open browser & listen for changes
$ npm start