mizzen

0.0.1 • Public • Published

Mizzen

Build Status

Introduction

Mizzen is a framework that allows for arbitrary server-side code execution. It is designed for computer science instructors and educators to set up simple autograding services that allow for course, problem set, and submission management.

Being Docker-based, Mizzen also comes with security in the form of virtualization. All autograding scripts are run in containers, which makes them slightly safer than running them in the same namespace as instructor accounts (as is often the case).

Installation

Mizzen relies on Node.js, Docker, and MongoDB. These dependencies should be installed prior to using Mizzen.

To install dependencies for Node and client-side libraries from Bower:

npm install
bower install

To run tests:

npm test

Documentation

TODO

Readme

Keywords

none

Package Sidebar

Install

npm i mizzen

Weekly Downloads

3

Version

0.0.1

License

MIT

Last publish

Collaborators

  • keffcat