Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimianni/dimiannifacedetectorapi
Backend for the Face Detection App.
https://github.com/dimianni/dimiannifacedetectorapi
bcrypt express expressjs heroku heroku-deployment node nodejs postgresql
Last synced: 14 days ago
JSON representation
Backend for the Face Detection App.
- Host: GitHub
- URL: https://github.com/dimianni/dimiannifacedetectorapi
- Owner: dimianni
- Created: 2020-04-18T16:14:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:32:01.000Z (about 2 years ago)
- Last Synced: 2024-11-29T17:14:54.205Z (2 months ago)
- Topics: bcrypt, express, expressjs, heroku, heroku-deployment, node, nodejs, postgresql
- Language: JavaScript
- Homepage: https://dimianni.github.io/facedetector-app/
- Size: 3.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend for [Face Detection App](https://github.com/dimianni/facedetector-app)
It is realized with [Node.js](https://nodejs.org/en/) and is hosted on [Heroku](https://www.heroku.com/home).
Briefly about what’s under the hood:
- [Node.js](https://nodejs.org/en/) server built with [Express](https://expressjs.com/).
- PostgreSQL database which is used to store login information.
- [Bcrypt](https://www.npmjs.com/package/bcrypt) is used to hash passwords for better security.