Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 754 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 754 Bytes

Tinkerfolio LMS Backend

Forked from Echoclass by Michael Chen.

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.