HTML5
CSS3
React.js

TypeScript
PostgreSQL
NodeJS

Tailwind CSS

In order to clone the project repository run:
git clone https://github.com/bttobi/QuizZapp.git
Install from:
https://nodejs.org/en
Run the following commands:
npm install
Run the following command:
npm run dev for development environment (front-end).
npm run server for launching the server.
- Note: if hosting locally provide necessary options in .env file (db port, host etc.).
For local creation of the DB - use POSTGRESQL and configure accordingly. Use SQL scripts in
./src/api/server/scripts /initializeDatabase.sqlto create necessary tables and views.
Application should be hosted in your local network automatically.