This is a simple quiz app.
To run it locally,
- Install the code as a zip file and extract it
- cd into the project folder.
- Run the
npm i
command to install the node modules. - Now, execute all the SQL commands in the queries.sql file in PostgreSQL.
- Then, run
npx nodemon index.js
and visitlocalhost:3000
to access the website.