Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.