Skip to content

sdslabs/Quizio-Frontend

Repository files navigation

Quizio Frontend

Frontend for Quizio!

Setting Up Guide

  • use nvm to install and use node v14.18.1
  • run npm install
  • run npm start

OR

  • run docker-compose build
  • run docker-compose up

Deployment Guide

  • run bash deploy.sh

Dev Notes:

Security:

  • Currently the user is authenticated by a jwtToken, sent by the client as a cookie. This is unsafe as the cookie is prone to xss attacks in the frontend.
  • Ideally, the cookie must be set from the backend as an 'http-only' cookie.

About

ReactJS frontend for Quizio!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages