Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 569 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 569 Bytes

General Overview

  • this project is the backend side of the face-recognition react project.
  • used bcrypt for password hashing.
  • used postgres for database

Updates

  • 1.1.2 (08.01.2023) Created postgres database and linked together.
  • 1.1.3 (09.01.2023) Code review. All http requests bundled in controllers folder.
  • 1.1.4 (09.01.2023) External Clarifai API moved into the backend server from frontend. For invalid inputs on registration, error message defined. Validation granted in both backend and frontend for invalid inputs in sign-up and register modules.