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.
☆54Updated 3 weeks ago
Alternatives and similar repositories for fastapi_sqlalchemy:
Users that are interested in fastapi_sqlalchemy are comparing it to the libraries listed below
- FASTAPI and JWT Authentication☆63Updated last year
- Code for Deta+FastAPI+JWT Auth Blog☆57Updated 4 years ago
- ☆55Updated last year
- This article will teach you how to create a CRUD RESTful API with Python, FastAPI, SQLAlchemy ORM, Pydantic, Alembic, PostgreSQL, and Doc…☆69Updated 2 years ago
- A "bootstrap" REST api for implementing a role based access control authentication and authorization service for your application ecosyst…☆101Updated 4 years ago
- Repository housing code for the Testdriven article.☆104Updated last year
- Simple asynchronous API implemented with Fast-Api framework utilizing Postgres as a Database and SqlAlchemy as ORM . GitHub Actions as CI…☆146Updated last week
- FastAPI CRUD☆78Updated last year
- FastAPI ecommerce,Micro framework based on FastAPI,FastAPI ORMS,FastAPI Sqlalchemy ORM, FastAPI Tortoise ORM Relationship,FastAPI Websock…☆28Updated 3 years ago
- ☆21Updated 3 years ago
- This Repository is for FastAPI projects☆34Updated 3 months ago
- FastAPI & Kubernetes Tutorial with PyCharm☆105Updated 2 years ago
- Code examples from YouTube videos☆136Updated 3 years ago
- A template for a FastAPI based Serverless Framework microservice running on AWS Lambda☆92Updated 10 months ago
- 🧪 Proof of Concept for a RESTful API made with Python 3 and FastAPI☆75Updated this week
- This repository contains FastAPI learning stuff☆36Updated last year
- Testing a FastAPI CRUID API using Pytest