Server for the facerecognition brain.
- Clone this repo
- Run
npm install
- Run
npm start
- Make sure you use postgreSQL instead of mySQL for this code base.
- 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