{"id":20827313,"url":"https://github.com/realpython/lms","last_synced_at":"2025-05-07T21:03:41.567Z","repository":{"id":41071300,"uuid":"45710675","full_name":"realpython/lms","owner":"realpython","description":null,"archived":false,"fork":false,"pushed_at":"2016-01-05T05:32:01.000Z","size":123,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-07T21:03:35.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/realpython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-06T22:11:21.000Z","updated_at":"2024-04-09T20:00:18.000Z","dependencies_parsed_at":"2022-09-01T09:21:14.347Z","dependency_job_id":null,"html_url":"https://github.com/realpython/lms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realpython%2Flms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realpython%2Flms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realpython%2Flms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realpython%2Flms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realpython","download_url":"https://codeload.github.com/realpython/lms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954409,"owners_count":21830902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T23:11:45.062Z","updated_at":"2025-05-07T21:03:41.546Z","avatar_url":"https://github.com/realpython.png","language":"Python","readme":"# Learning Management System\n\nJust a basic LMS... built with brute force\n\n[![Build Status](https://travis-ci.org/realpython/lms.svg?branch=master)](https://travis-ci.org/realpython/lms)\n\n## Quick Start\n\n### Basics\n\n1. Activate a virtualenv\n1. Install the requirements\n\n### Set Environment Variables\n\nUpdate *project/config.py*, and then run:\n\n```sh\n$ export APP_SETTINGS=\"project.server.config.DevelopmentConfig\"\n```\n\nset APP_SETTINGS=\"\\project\\server\\config\\DevelopmentConfig\"\n\nor\n\n```sh\n$ export APP_SETTINGS=\"project.server.config.ProductionConfig\"\n```\n\n### Create DB\n\n```sh\n$ python manage.py create_db\n$ python manage.py db init\n$ python manage.py db migrate\n$ python manage.py create_users\n$ python manage.py create_data\n```\n\n### Run the Application\n\n```sh\n$ python manage.py runserver\n```\n\n### Testing\n\nWithout coverage:\n\n```sh\n$ python manage.py test\n```\n\nWith coverage:\n\n```sh\n$ python manage.py cov\n```\n\n### Business Rules\n\n#### Admin\n\n1. Teachers and students can only be added to a course from the add/edit course forms.\n\n#### Courses\n\n1. Students can add themselves to a course, but they cannot remove themselves.\n\n#### Teachers\n\n1. Teachers can create new courses, but they cannot add students.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealpython%2Flms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealpython%2Flms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealpython%2Flms/lists"}