Client: React + Typescript + MUI + Redux Toolit Server: Node + Typescript + Express + gcloud services (GEA, Datastore & Logging)
URL: https://adept-bridge-349115.el.r.appspot.com
The following quiz includes 10 question in which you need to recognize which emotion is primarily shown by the actor.
Please do your best to recognize as many emotions correctly as you can, good luck!!!
-
Install gcloud CLI https://cloud.google.com/sdk/docs/install-sdk
-
Install dependencies
cd server
npm i
cd ../client
npm i
- get
ds_key.json
from admin and add it toproject_root/server
. - create an .env file
PORT=5001
PROJECT_ID="{{ get from admin}}"
cd server
npm run dev
cd client
npm run dev
./buildAndDeploy.ps1