caomingkai / Online-Exam-System

💯 A MERN stack online examination application, providing features like JWT authentication random questions generation, timer automatic grading. ##Tech Stack: React/Redux, Node.js, Express, MongoDB, JWT, Passport.js
48 stars 24 forks source link

Online-Exam-System

I. About

II. Github

https://github.com/caomingkai/Online-Exam-System.git

III. How to run it?

  1. git clone it
    • cd into frontend folder and backend folder, and run npm install respectively
    • run npm start from frontend folder
    • run nodemon app.jsfrom backend folder