Skip to content

R-Hurl/Face-Recognition-Back-End

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express API Face Recognition App

This is the backend that is used for the Face Recognition App Repository in my github.

Steps

1. Create Tables Using Favorite Relational Database.

There will be two tables you will need to create:

Users
- id (int identity/sequential)
- name (varchar)
- email (varchar)
- entries (int)
- joined (date)
Login
- id (int identity/sequential)
- hash (varchar)
- email (varchar)
2. Run NPM Start in this repository.
3. Run NPM Start in the Face Recognition App Repository.

About

Backend API for Clarifai Face Recognition App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published