Skip to content

Dkhodos/Amazia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazia

Client: React + Typescript + MUI + Redux Toolit Server: Node + Typescript + Express + gcloud services (GEA, Datastore & Logging)

URL: https://adept-bridge-349115.el.r.appspot.com

Description

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!!!

Dependencies

  1. Install gcloud CLI https://cloud.google.com/sdk/docs/install-sdk

  2. Install dependencies

cd server
npm i
cd ../client
npm i

setup env for server

  1. get ds_key.json from admin and add it to project_root/server.
  2. create an .env file
PORT=5001
PROJECT_ID="{{ get from admin}}"

Run server

cd server
npm run dev

Run client

cd client
npm run dev

Deploy

 ./buildAndDeploy.ps1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published