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
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
Open the file dist/index.html
in your browser