Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.16 KB

Welcome to Face Recognition App

Full Stack App developed primarily using React.js, Redux, Node.js, Express.js, PostgreSQL. State Management is handled using Redux. This app identifies & detects faces in any image supplied. Data is stored securely using PostgreSQL, with passwords being hashed.

Instructions

The App is split into two components, the React Front-End and Server Back-End. This repo hosts the Front-End React App. To simulate a client-server environment, please go to my Back-End API Repo https://github.com/terencehh/face-recognition-app-api and follow the instructions there. Note that you will need to specify different port numbers on the client & server.

Demo

https://face-detect-react-app.herokuapp.com/

Install

npm install

Usage

npm start

Author

👤 Terence Ng

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator