Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ewertoncodes/mooc

A Massive Open Online Course (MOOC) is an online course aimed at unlimited participation and open access via the web.
https://github.com/ewertoncodes/mooc

Last synced: about 2 months ago
JSON representation

A Massive Open Online Course (MOOC) is an online course aimed at unlimited participation and open access via the web.

Awesome Lists containing this project

README

        

MOOC
========
A Massive Open Online Course (MOOC) is an online course aimed at unlimited participation and open access via the web.

Getting Started
===================

Clone this repository:

- ``` git clone https://github.com/havoki/mooc```

Use Python 3.3+

Install the dependencies of the project:
- `$ pip install -r requirements.txt`

Sync your database with the external Models and Applications:
- ```python manage.py syncdb --migrate```

Run your project:
- ```python manage.py runserver```

See it running on `localhost`;
- ```127.0.0.1:8000``