ExpressJS-Quiz is a dynamic quiz website that utilizes JavaScript to fetch questions from a MySQL database and validate user answers.
- Clone the repository:
git clone https://github.com/schererleander/expressjs-quiz
- Install dependencies by running
npm install
- Set up MySQL with the required schema.sql.
- Update
server.js
with the information specific to your MySQL server. - Run
node server.js
in the git directory. - Open
localhost:3000
in a browser.
I used the following external resources for help in creating this project: