Skip to content

Latest commit

History

History
60 lines (40 loc) 路 951 Bytes

MERN-Stack-Online-Exam-System.md

File metadata and controls

60 lines (40 loc) 路 951 Bytes
title comments date type categories tags
MERN Stack: Online Exam System
true
2018-05-29 08:38:28 -0700
categories
Portfolios
MERN
MongoDB
Mongoose
Express
Node.js
ReactJS
Redux
React Router
JWT
Passport

I. About

  • A MERN stack online examination application, providing features like
    • JWT authentication
    • random questions generation,
    • timer
    • automatic grading

II. Github

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

  • MongoDB, Mongoose
  • Node.js, Express
  • ReactJS, Redux, React Router
  • JWT, Passport

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

IV. Charts

  • Chart1: Login Page

    {% asset_img NAFlogin.png %}

  • Chart2: Main Page ( todo: css )

    {% asset_img NAF.png %}