Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 215 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 215 Bytes

express-quiz-app

Simple quiz app in express.js, created just for learning.

How to start

  • Install dependencies npm install
  • create .env file copying sample file content and change values
  • Run npm start