This is the server side repository of Face Detect React App. You can find the Client side of this app from this link below.
First npm install
npm install
Basic Info Added
npm init
express
body-parser
cors
bcrypt-nodejs
knex
node-postgres or pg
nodemon
change the default scripts parts
"Scripts":{
"start": "nodemon server.js"
}