Giter VIP home page Giter VIP logo

mooclet-engine's Introduction

mooclet-engine

A web service for creating and using MOOClets.

Background

What is a MOOClet?

A MOOClet is a digital component – like an explanation in an online course or problem – designed using the MOOClet technology. This technology enables instructors and researchers to engage in a wide range of A/B experimentation, crowdsourcing, real-time data analysis, and personalization.

The term MOOClet is used because this technology was first developed for MOOCs – the framework can be used to redesign any digital resource – this webpage, emails, components of smartphone apps.

See http://www.josephjaywilliams.com/mooclet for a comprehensive definition.

MOOClet engine

This application, built with Python Django, provides a web service that a user or application can interact with via a RESTful API, enabing the creation and use of MOOClets.

Setup

Local setup

Install required packages for local development:

  # Install from requirements file
  pip install -r requirements_local.txt

Fill in the required Django settings in mooclet_engine_app/settings/secure.py based on the template files.

Start up the application:

  # Start the web server
  python manage.py runserver

Deployment on AWS Elastic Beanstalk

Create an AWS account and install the Elastic Beanstalk Command Line Interface (EB CLI) if needed.

Fill in the necessary settings in mooclet_engine_app/settings/secure.py and .ebextensions/secure.config based on the provided template files.

Deploy the application:

# Initialize the Elastic Beanstalk project
eb init
# Create a new envrionment and deploy
eb create

See AWS's guide to Deploying a Django Application to Elastic Beanstalk for more details.

Usage

See this spreadsheet for a list of supported API endpoints and examples.

Note that the API uses token authentication, as decribed in the Django REST Framework's TokenAuthentication documentations

mooclet-engine's People

Contributors

hammadshaikhha avatar pretendwhale avatar stephengou avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mooclet-engine's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.