Skip to content

Lightweight LMS and portfolio app, forked from echoclass.com

License

Notifications You must be signed in to change notification settings

tinkertanker/LMS_Backend

 
 

Repository files navigation

LMS Backend

Co-developed with Tinkertanker

Implementation Details

  • PostgreSQL is used. For static file storage, AWS S3 is chosen.
  • The SQL database schema can be found in files accounts/models.py and core/models.py
  • JWT token is the chosen authentication method.
  • This app has been setup to handle WebSocket connections. Daphne is used as the ASGI server.

More Information

For more details on the implementation, please refer to the docs.

The frontend of this project can be found here.

About

Lightweight LMS and portfolio app, forked from echoclass.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%