Smartbrain Project
This is the last ReactJS website project committed from the ZTM Web Development Course.
Built With
These are the major frameworks/APIs used in this project.
- ReactJS
- ClarifAI
- NodeJS
- PostgreSQL
How it works
This WebApp was the first attempt on making a fullstack project, it is built with ReactJS in the frontend, NodeJS as backend and Postgress as DB.
It supports registration and the user can detect faces in provided images using the Clarifai REST API, a "Rank" value is increased for each image scanned by the user.
Getting Started - FRONTEND/BACKEND
- Clone the repo:
git clone https://github.com/Okazakee/ZTM-smartbrain.git
- Install dependencies:
npm -i
# or
yarn
- Run the development server:
npm run start
# or
yarn start
- For Backend, in another terminal run:
git checkout backend
- Install dependencies:
npm -i
# or
yarn
- Run the development server:
npm run start
# or
yarn start
Getting Started - DATABASE
- Setup your Postgress SQL Database according to the course specifications.