/ts_quiz

Arithmetic Quiz implemented in TypeScript

Primary LanguageTypeScript

Arithmetic Quiz written in TypeScript

This was the final project for Web Applications course.

  • expressjs Web Framework is used to serve pug files
  • SQLite is used to keep a database for users and their quiz results as well as active sessions
  • Upon user's password change all his active sessions are logged out

Full Project Description (in Polish) for part1 and part2.

How to run

git clone https://github.com/gavjan/ts_quiz

Install Node Modules:

npm install

Start the server:

npm run start