This is one Python project that I developed to try FastAPI framework. It manages very simple tasks, but sometimes simple is the perfect option.
Technologies
To store the tasks, I’d used MongoDB in a local server, but the project is perfectly scalable to put it on a cloud like Atlas.
Uvicorn is used to run the local server of the api, but in the documentation of FastAPI, some good online server options are available with it’s documentation of how to release.
Documentation of the API
In the GitHub repository, there is a list of all the possible actions.
Another good option to consult the documentation is running the server and accessing ip:port/docs or ip:port/redoc.