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.
- Install all dependencies (using the
npm install
command). - Run the server:
npm run local
- Note: nodemon is used, so you should not have to restart your server
- Visit
http://localhost:8080/
- Node.js
- Express
- EJS
- bcryptjs
- cookie-parser
- express-session
- PG
- Morgan
- SASS
- dotenv