An open API service indexing awesome lists of open source software.

https://github.com/ashwani-199/fastapicrud

FastApi Setup for Projects
https://github.com/ashwani-199/fastapicrud

database fastapi python3 setup

Last synced: 3 months ago
JSON representation

FastApi Setup for Projects

Awesome Lists containing this project

README

          

FastApi Setup

Creating an APIs with Python and FastAPI setup.

Learned the basics of working with Python FastAPI projects, including FastAPI best practices.
Created a CRUD app for remote working locations.
Integrate a database with your application.

💖Like my work?

https://pythontechno.blogspot.com/2024/05/writing-api-with-python-and-fastapi.html

In this Article you will:



  • Create a new FastAPI project from scratch.

  • Create an API for fellow CodingNomads to submit remote working locations.

  • Save the app's data to a real database using an ORM.

  • Get ready to build your tool to locate the best remote working locations for your fellow travelers, and learn to use the modern Python FastAPI library on the way.