Skip to content

philippmossier/face-recognition-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition API

Server for the facerecognition brain.

How to start the APP

  1. Clone this repo
  2. Run npm install
  3. Run npm start
  4. Make sure you use postgreSQL instead of mySQL for this code base.

What i learned

  • Create a Server with express.js , and some npm packages ( knex, body parser, cors )
  • Create a plan for the Backend before starting to code.
  • Hash passwords with npm package bcrypt.
  • Login SignIn with postgreSQL..
  • Refactor a Server with Controllers and advanced functions.
  • Connect API to a React App.
  • Deploy Server, Database, and Frontend React APP on Heroku
  • Created User Tables on PostgreSQL

About

Express.js Server for the facerecognitionbrain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published