Learning management system with FastAPI .
- Either fork or download the app and open the folder in the cli.
- Make sure you have the Docker app running on your computer, you can download docker from here.
- run this command to start the multicontainer application
docker-compose up -d
. - run this command for start server
uvicorn main:app --reload
.
- Authentication with jwt
- API for sections
- Test for API
- Test for models