AppwriteFastAPITodo
A REST API built with Python and FastAPI using Appwrite as a database
Install / Use
/learn @jod35/AppwriteFastAPITodoREADME
Build a REST API with Python using Appwrite Database
This is source code for a video I made where I demonstrated how to build a REST API with Appwrite as a database.
How to run the project
- Install requirements with
pip install -r requirements.txt - finally run the app with
uvicorn server:app
Thanks for watching
