shreshthgoyal / face-it-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face-it

we face with you

face-it is a mobile responsive web application build with ReactJS. You need to have javascript installed to run this application.

Features

  • User can register himself and Sign-in in the application.
  • Users information will be hashed and stored.
  • Just upload the URL of the image and it will the detect the faces in your application.
  • Everytime user detects a face, he/she recieves a point for it.

Tech

face-it uses a number of open source projects to work properly:

  • [ReactJS] - HTML enhanced for web apps!
  • [node.js] - evented I/O for the backend
  • [Express] - fast node.js network app framework [@tjholowaychuk]
  • [bcrypt] - A library to help you hash passwords.
  • [knex] - A SQL query builder.

Installation

face-it requires Node.js v14+ and ReactJS v17+ to run.

Install the dependencies and devDependencies and start the server.

cd face-it
npm i
node app

About


Languages

Language:JavaScript 100.0%