- React Components
- Tailwind Forms, Classes
- ClarifAI Face Area Detect
- Switch Light/Dark Theme
- Express Endpoints
- PostresSQL DB
- Knex JS DB Connect
- Bcrypt Password Storage
- Vercel Deployment
# 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