Skip to content

aneesh297/Online-Quiz-Platform

 
 

Repository files navigation

Online-Quiz-Platform

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

Setting up Database

Set up database by :
node setup_db.js

Running server

Install dependencies
npm install

Run Server using :
npm start

About

An Online Quiz Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.0%
  • HTML 23.2%
  • JavaScript 17.8%