- A MERN stack online examination application, providing features like
- JWT authentication
- random questions generation,
- timer
- automatic grading
https://github.com/caomingkai/Online-Exam-System.git
- MongoDB, Mongoose
- Node.js, Express
- React, Redux, React Router
- JWT, Passport
git cloneit
cdinto frontend folder and backend folder, and runnpm installrespectively- run
npm startfrom frontend folder - run
nodemon app.jsfrom backend folder