This is the backend server for the smart brain application created with react. This server is hosted on: https://stark-everglades-20344.herokuapp.com/ with an added postgres database.
- Authentication
- API Key Management
- Authorization
- Front End
- Components created through React.js
- Follows REST API protocol
- URL input section for image url upload
- Incrementation of submisison total count
- User Login Authentication
- Login Verification enabled
- Server
- Implementation of postgres database using Knex.js
- Creation of endpoints and fetch request using Express.js
- Connect to database from server
- Encyrption of stored password using bcrypt-node.js
- Database
- Storing login information
- Implementation of postgres database
- Connect to database from server
- Status Management
- Modelization: Response
- Modelization: Status
- Modelization: Output
- General Errors
- Specific Errors
- Response Parsing
- Predict
- Modelization: Facial Scans
- Support URL Requests for Images
- Response Parsing