Quiz App developed using MERN Stack.
Steps to follow:
- Clone the complete repository
- Install all the dependencies by executing the command 'npm install' in both subfolders 'backend' and 'frontend'
- Update the '.env' file present in the backend folder with your MongoDB URL.
- Start the backend server using the command 'node server.js' in one terminal.
- Start the frontend server using the command 'npm start' in another terminal.
- You are good to go, your server should be started at 'http://localhost:3000'