- 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 clone
it
cd
into frontend folder and backend folder, and runnpm install
respectively- run
npm start
from frontend folder - run
nodemon app.js
from backend folder