A basic Quiz application built on MERN Stack using industry standard modular architecture.
How to run:
- Install Node
- Run npm install in root
For Backend Command:
-node App.js
For Frontend Command:
-npm start
(make sure to install remaining dependencies)