riddles
Version:
A framework for building series of puzzle challenge, like Python Challenge.
28 lines (16 loc) • 756 B
Markdown
# riddle
A framework for building series of puzzle challenge, like Python Challenge.


Users & groups & problems management, quizzes orders, real-time submissions, designed to simple and responsive.
## Install
- `npm install riddles`
Modify your settings in `config.json`, change the default HTTP port in `bin/www` line 15.
## Usage
- Make sure MongoDB is running
- `npm start`
Currently you must modify the `group` field from `user` to `admin` of all administrators in DB to make it work.
## Screenshots


