Frontend for Quizio!
- use
nvm
to install and use nodev14.18.1
- run
npm install
- run
npm start
OR
- run
docker-compose build
- run
docker-compose up
- run
bash deploy.sh
- 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.