Skip to content

interactive quiz website using express and mysql

Notifications You must be signed in to change notification settings

schererleander/expressjs-quiz

Repository files navigation

🎓 expressjs-quiz

ExpressJS-Quiz is a dynamic quiz website that utilizes JavaScript to fetch questions from a MySQL database and validate user answers.

🖼️ Screenshots:

quizpage

🚀 Getting Started:

  1. Clone the repository: git clone https://github.com/schererleander/expressjs-quiz
  2. Install dependencies by running npm install
  3. Set up MySQL with the required schema.sql.
  4. Update server.js with the information specific to your MySQL server.
  5. Run node server.js in the git directory.
  6. Open localhost:3000 in a browser.

📚 References:

I used the following external resources for help in creating this project:

About

interactive quiz website using express and mysql

Topics

Resources

Stars

Watchers

Forks