/sky-learning

A simple moodle alternative for a single course

Primary LanguageJavaScriptMIT LicenseMIT

Sky Learning

A simple moodle alternative for a single course

Requirements:

  • mongodb
  • node

Usage:

  1. Setup dependencies:

    • Terminal:

      choco install node mongo
      npm install -g coffee-script
      npm install
      
    • *You can replace choco (Win) with brew (Mac) or sudo apt-get (Linux) depending on your OS.

  2. Setup DB:

    • Optional

      Edit config/db.json (default settings for the db)

  3. Enjoy:

    • Terminal:

      npm start
      
    • Browser:

      http://localhost:8080/