Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 678 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 678 Bytes

Image Verification API

Backend API service built using express and deployed via Amazon Ec2. Features dynamic image recognition and labeling using AWS Rekognize to verify and moderate image content. Stores user and imagine info, along with ratings, and tags, in a cloud hosted Mongo Database

Example frontend build using React and MaterialUI

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running

Open the file dist/index.html in your browser