/Waiter-LMS

Learning management system with FastAPI

Primary LanguagePythonMIT LicenseMIT

Waiter-LMS

Learning management system with FastAPI .

Setup App

  1. Either fork or download the app and open the folder in the cli.
  2. Make sure you have the Docker app running on your computer, you can download docker from here.
  3. run this command to start the multicontainer application docker-compose up -d.
  4. run this command for start server uvicorn main:app --reload .

Future Feature

  • Authentication with jwt
  • API for sections
  • Test for API
  • Test for models

Technologies