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.
- Django 5.x
- Django REST Framework 3.x
- PostgreSQL
- Python 3.13+
- Clone the repo
git clone https://github.com/github-main-user/learning-management- Enter the cloned directory
cd learning-management- Set up the .env file
cp .env.example .env
# then open in your editor end setup
- Start the project.
./manage.py runserver
- The application will be available on
http://localhost:8000/ - Admin Panel on
http://localhost:8000/admin/