Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 563 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 563 Bytes

MugFinder

MugFinder is a front-end application that enables users to upload and view faces of photographs.

Click Here to view the full application live (Uses the free version of Heroku - Give it at least a minute to load).

Installation

Download the source code locally and use the package manager npm to install.

cd MugFinder
npm install

Usage

To run locally:

npm start

Back End

See MugFinder-API