Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ewertoncodes/mooc
- Owner: ewertoncodes
- Created: 2014-07-09T02:56:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-11T01:00:20.000Z (over 10 years ago)
- Last Synced: 2023-08-07T11:04:49.622Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 625 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``