wpcodevo / fastapi_sqlalchemyLinks
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.
☆61Updated 6 months ago
Alternatives and similar repositories for fastapi_sqlalchemy
Users that are interested in fastapi_sqlalchemy are comparing it to the libraries listed below
Sorting:
- ☆60Updated last year
- This Repository is for FastAPI projects☆44Updated 9 months 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…☆165Updated this week
- A "bootstrap" REST api for implementing a role based access control authentication and authorization service for your application ecosyst…☆101Updated 4 years ago
- ☆22Updated 3 years ago
- The API Application Development using Python FastAPI, including interactive API documentation☆217Updated last year
- This repository contains FastAPI learning stuff☆36Updated last year
- A FastAPI Framework for things like Database, Redis, Logging, JWT Authentication, Rate Limits and Sessions☆62Updated this week
- Example app using FastAPI, asyncio, SQLModel, Celery, Alembic and Supertokens☆104Updated last year
- FastAPI with Docker and Traefik☆112Updated 2 years ago
- Secure a FastAPI app by enabling authentication using JSON Web Tokens (JWTs)☆130Updated last year
- A job board app using fastapi☆181Updated 4 years ago
- Code for Deta+FastAPI+JWT Auth Blog☆57Updated 4 years ago
- Test-Driven Development with FastAPI and Docker☆171Updated 6 months ago
- Repo for my youtube tutorial☆48Updated 3 years ago
- A template for a FastAPI based Serverless Framework microservice running on AWS Lambda☆93Updated last year
- Forgot password example flow with FastAPI☆59Updated this week
- FastAPI & Kubernetes Tutorial with PyCharm