/gamified-quiz

Gamified quiz is a gamified platform that apply quizzes to science computer students

Primary LanguageJavaScript

Gamiefied Quiz

Requirements

  • You must have:
    • npm v5+
    • node v8+

Front-end

To run anything on the frontend folder, you must install it dependencies with npm with npm install!

How to run local

  • On your terminal go to project frontend folder:
PS C:\...\gamified-quiz>

cd frontend
  • Then run the npm command:
node index.js

Back-end

Back-end is a serverless api build with APIGateway + Lambda, so we follow FaaS structure.

To run anything on the backend folder, you must install it dependencies with npm with npm install!

How to test

  • On your terminal go to project backend folder:
PS C:\...\gamified-quiz>

cd frontend
  • Then run the npm command:
npm test