Back end of face recognition app (react app)
Udemy: The Complete Webdevelopment in 2019: Zero to Mastery
250 Setting up our server
-created server.jp with expressjs
251 & 252 building /signin /register /profile/:id /image
-used POSTMAN to check if everything is working all right -run localhost to check the current status
~260 -added CORS -connected to Front-End
274~ Creating the database, and connect it to the server
-
nodemon
-
body-parser (to run body-parser, change package.json's "scripts" to "scripts": { "start": "nodemon server.js" },
-
expressjs
-
bycript (to protect user passwords by encrypting)
https://www.npmjs.com/package/bcrypt
-
cors
-
knex https://knexjs.org/
-
pg