Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuggetnchill/face-app-api
🗄️ Back-end for face app
https://github.com/nuggetnchill/face-app-api
Last synced: 26 days ago
JSON representation
🗄️ Back-end for face app
- Host: GitHub
- URL: https://github.com/nuggetnchill/face-app-api
- Owner: nuggetnchill
- Created: 2020-07-12T17:26:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T03:09:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T03:29:40.874Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.65 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Back-end for [Face-app](https://github.com/nuggetnchill/facial-recognition-app)
Deployed Site: https://face-regconition-app.herokuapp.com/
![Screenshot](https://media3.giphy.com/media/lly8nGVYgYPSTZwNMx/giphy.gif)
------
(Use this login if you don't want to register)
`email: [email protected]`
`pass: hello`
### Description
This repo shows how the server is set up, routing of the app, and how it connects to the front-end.
### Features:
- Node, Express, Knex
- Heroku Deployment, Heroku Postgres for users database
- Security:
- User passwords are hashed with [Bcrypt.js](https://www.npmjs.com/package/bcrypt)
- POST requests are never cached, and will not remain in the browser history