This app allows the user to detect faces in the image uploaded by them. It makes use of Clarifai face detection API. Users can register and upload the image. An entry count is maintained for every user which indicates how many times the user has detected faces.
Front End of the app is created using React. NodeJS, ExpressJS is used for server side scripting. PostgreSql is used to store user information.
External Libraries like Bcrypt and KnexJS are also used.
This repo contains source code for the back end part of the app. The app is deployed on heroku along with the server and database.
Technologies Used: HTML%, CSS3, JS(ES6, ES7, ES8), React, NodeJS, ExpressJS, postgreSQL, SQL
Libraries Used: Bcrypt, KnexJS