An Online Quiz Platform
An online platform to take quizzes.
Built using Nodejs.
Backend database is mysql.
Install mysql for Ubuntu using:
sudo apt-get update
sudo apt-get install mysql-server
Clone the repo:
git clone https://github.com/SagarB-97/Online-Quiz-Platform.git
Set up database by :
node setup_db.js
Install dependencies
npm install
Run Server using :
npm start