Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```