UNPKG

riddles

Version:

A framework for building series of puzzle challenge, like Python Challenge.

28 lines (16 loc) 756 B
# riddle A framework for building series of puzzle challenge, like Python Challenge. ![](https://img.shields.io/npm/v/riddles.svg?style=flat-square) ![](https://img.shields.io/npm/l/riddles.svg?style=flat-square) 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 ![screenshot/1.png](screenshot/1.png) ![screenshot/2.png](screenshot/2.png) ![screenshot/3.png](screenshot/3.png)