Skip to content

imashaWe/LMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LMS - Learning Management System

Build Status

Simple learning management system using SpringBoot,React,Flutter

Screenshot Screenshot

Features

  • Spring Boot JAVA backend with:
    • Secure password hashing by default
    • JWT token authentication
    • SQLAlchemy models (independent of Flask extensions, so they can be used with Celery workers directly)
    • Basic starting models for users and groups (modify and remove as you need)
    • Alembic migrations
    • CORS (Cross Origin Resource Sharing)
  • React frontend:
    • JWT Authentication handling
    • Login view
    • After login, main dashboard view

How to use it

Go to the directoy where you want to create your project and run:

Input variables

The generator (cookiecutter) will ask you for some data, you might want to have at hand before generating the project.

The input variables, with their default values (some auto generated) are:

  • project_name: The name of the project

License

This project is licensed under the terms of the MIT license.