FastAPI Simple FastAPI Example : Blog API using FastAPI : Beginner Friendly Nov 20, 2021 1 min read fastapi_blog FastAPI : Simple Blog API with CRUD operation Steps to run the project: git clone https://github.com/mrAvi07/fastapi_blog.git cd fastapi-blog pip install -r requirements.txt cd src uvicorn main:app –reload Now visit localhost:8000/docs in your web browser. GitHub View Github FastAPICRUD
FastAPI Cube-CRUD: a simple example of a REST API CRUD in a context of rubik's cube review service Cube-CRUD: a simple example of a REST API CRUD in a context of rubik's cube review service 10 December 2021
Command-line Tools Python Command Line Application (CLI) using Typer, SQLModel, Async-PostgrSQL, and FastAPI Python Command Line Application (CLI) using Typer, SQLModel, Async-PostgrSQL, and FastAPI 15 February 2022