Squize is a FOSS quiz platform that was created as part of a course at university.
It aims to be a hub for playing, creating and sharig quizzes of any kind to you and your friends.
Clone the projekt
git clone https://github.com/DerEchteJoghurt/Squize
Go to the project directory
cd Squize
Install dependencies
npm install
and after that
npm run build
Start the server
npm run server