Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.17 KB

File metadata and controls

33 lines (24 loc) · 1.17 KB

QuizApp Project

QuizApp is a full stack web application built with EJS, CSS, SASS, Bootstrap, JS and jquery for front-end, and Node, Express and PostgreSQL for back-end that allows users to create a quiz, take a quiz and send a link of the quiz result to friends.

Final Product

"screenshot of Quiz List page" "screenshot of Login page" "screenshot of Create Quiz page" "screenshot of Question page" "screenshot of Result page"

Getting Started

  1. Install all dependencies (using the npm install command).
  2. Run the server: npm run local
  • Note: nodemon is used, so you should not have to restart your server
  1. Visit http://localhost:8080/

Dependencies

  • Node.js
  • Express
  • EJS
  • bcryptjs
  • cookie-parser
  • express-session
  • PG
  • Morgan
  • SASS
  • dotenv