- You must have:
- npm v5+
- node v8+
To run anything on the frontend folder, you must install it dependencies with npm with npm install
!
- On your terminal go to project frontend folder:
PS C:\...\gamified-quiz>
cd frontend
- Then run the npm command:
node index.js
-
After the task run, go to http://localhost:8125/ and navigate through.
-
Pages:
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
!
- On your terminal go to project backend folder:
PS C:\...\gamified-quiz>
cd frontend
- Then run the npm command:
npm test