| title | MERN Stack: Online Exam System | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comments | true | ||||||||||
| date | 2018-05-29 08:38:28 -0700 | ||||||||||
| type | categories | ||||||||||
| categories | Portfolios | ||||||||||
| tags |
|
- 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
- ReactJS, 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
-
Chart1: Login Page
{% asset_img NAFlogin.png %}
-
Chart2: Main Page ( todo: css )
{% asset_img NAF.png %}