mohsinalimat / lms

Easy to use platform for creating online courses

Home Page:https://frappe.io/school-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frappe LMS

Easy to use, open source, learning management system.

 

Frappe LMS - Easy to use, 100% open source learning management system | Product Hunt

 

cypress license

Lesson

Show more screenshots ss1 ss2 ss3

Frappe LMS is an easy-to-use, open-source learning management system. You can use it to create and share online courses. The app has a clear UI that helps students focus only on what's important and assists in distraction-free learning.

You can create courses and lessons through simple forms. Lessons can be in the form of text, videos, quizzes or a combination of all these. You can keep your students engaged with quizzes to help revise and test the concepts learned. Course Instructors and Students can reach out to each other through the discussions section available for each lesson and get queries resolved.

Features

  • Create online courses. πŸ“š
  • Add detailed descriptions and preview videos to the course. 🎬
  • Add videos, quizzes, and assignments to your lessons and make them interesting and interactive πŸ“
  • Discussions section below each lesson where instructors and students can interact with each other. πŸ’¬
  • Create batches to group your students based on courses and track their progress πŸ›
  • Statistics dashboard that provides all important numbers at a glimpse. πŸ“ˆ
  • Job Board where users can post and look for jobs. πŸ’Ό
  • People directory with each person's profile page πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦
  • Set cover image, profile photo, short bio, and other professional information. πŸ¦ΉπŸΌβ€β™€οΈ
  • Simple layout that optimizes readability πŸ€“
  • Delightful user experience in overall usage ✨

Tech Stack

Frappe LMS is built on Frappe Framework which is a batteries-included python web framework. These are some of the tools it's built on:

Local Setup

Docker

You need Docker, docker-compose, and git setup on your machine. Refer to Docker documentation. After that, run the following commands:

git clone https://github.com/frappe/lms
cd apps/lms/docker
docker-compose up

Wait for some time until the setup script creates a site. After that, you can access http://localhost:8000 in your browser and the app's login screen should show up.

Frappe Bench

Currently, this app depends on the develop branch of frappe.

  1. Setup frappe-bench by following this guide
  2. In the frappe-bench directory, run bench start and keep it running. Open a new terminal session and cd into the frappe-bench directory.
  3. Run the following commands:
    bench new-site lms.test
    bench get-app lms
    bench --site lms.test install-app lms
    bench --site lms.test add-to-hosts
    
  4. Now, you can access the site at http://lms.test:8000

Deployment

Frappe LMS is an app built on top of the Frappe Framework. So, you can follow any deployment guide for hosting a Frappe Framework-based site.

Managed Hosting

Frappe LMS can be deployed in a few clicks on Frappe Cloud.

Self-hosting

If you want to self-host, you can follow official Frappe Bench Installation instructions.

Bugs and Feature Requests

If you find any bugs or have a feature idea for the app, feel free to report them here on GitHub Issues. Make sure you share enough information (app screenshots, browser console screenshots, stack traces, etc) for project maintainers.

License

Distributed under GNU AFFERO GENERAL PUBLIC LICENSE

About

Easy to use platform for creating online courses

https://frappe.io/school-app

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 50.1%Language:Python 25.4%Language:HTML 20.6%Language:CSS 3.7%Language:Shell 0.1%Language:Less 0.0%