Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kaijun/graphicuss
:raising_hand: A high interactive discuss system for education purpose.
https://github.com/Kaijun/graphicuss
Last synced: 5 days ago
JSON representation
:raising_hand: A high interactive discuss system for education purpose.
- Host: GitHub
- URL: https://github.com/Kaijun/graphicuss
- Owner: Kaijun
- Created: 2016-05-12T12:22:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T11:09:17.000Z (about 7 years ago)
- Last Synced: 2024-08-01T12:30:19.526Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-starred - Kaijun/graphicuss - :raising_hand: A high interactive discuss system for education purpose. (others)
README
# Graphicuss
A high interactive discuss system for education purpose.
## Prerequisites
- [x] [Node.JS](https://nodejs.org/en/)
- [x] [MongoDB](https://www.mongodb.com/)## Setup
```
$ npm install
```## Running
```
$ npm run client
$ npm run server
```## Build
```
$ npm run build
```