Skip to content

github-main-user/learning-management

Repository files navigation

Description

The project is still in progress.

A simple learning management system backend, powered by Django REST Framework. On this moment this LMS system gives you an ability to manage your courses and lessons. It implements auth using JWT system.

Tech Stack

  • Django 5.x
  • Django REST Framework 3.x
  • PostgreSQL
  • Python 3.13+

Quick Start

  1. Clone the repo
git clone https://github.com/github-main-user/learning-management
  1. Enter the cloned directory
cd learning-management
  1. Set up the .env file
cp .env.example .env
# then open in your editor end setup
  1. Start the project.
./manage.py runserver
  • The application will be available on http://localhost:8000/
  • Admin Panel on http://localhost:8000/admin/

About

a simple LMS project powered by django-rest-framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages