fastapi-crud-app
There are 4 repositories under fastapi-crud-app topic.
wpcodevo/fastapi_sqlalchemy
In this article, I'll provide you with a simple and straightforward guide on how you can build a CRUD app with FastAPI and SQLAlchemy. The FastAPI app will run on a Starlette web server, use Pydantic for data validation, and store data in an SQLite database.
sumitgirwal/Todo-App
Simple todo app 📃
wpcodevo/crud-app-pymongo
In this article, you'll learn how to build a CRUD application with FastAPI, PyMongo, and a MongoDB database. You'll have a full-fledged REST API that can accept CRUD (Create, Read, Update, and Delete) requests from an API testing tool or a frontend application.
dev-madhurendra/fastapi
Learning poc on FastAPI framework, high performance, easy to learn, fast to code.