Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glistenstar/examsystem
ExamSystem (Multiful choise system)
https://github.com/glistenstar/examsystem
examsystem express mongodb nodejs react
Last synced: 3 days ago
JSON representation
ExamSystem (Multiful choise system)
- Host: GitHub
- URL: https://github.com/glistenstar/examsystem
- Owner: GlistenSTAR
- Created: 2020-12-27T16:05:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T02:54:16.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T05:53:29.515Z (over 1 year ago)
- Topics: examsystem, express, mongodb, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 8.39 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exam system
## Quick Start
```bash
# Install dependencies for server
npm install# Install dependencies for client
npm run client-install# Run the client & server with concurrently
npm run dev# Run the Express server only
npm run server# Run the React client only
npm run client# Server runs on http://localhost:5000 and client on http://localhost:3000
```