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
- Host: GitHub
- URL: https://github.com/ashwani-199/fastapicrud
- Owner: ashwani-199
- Created: 2024-05-06T06:46:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T07:06:59.000Z (about 2 years ago)
- Last Synced: 2025-02-05T06:45:30.297Z (over 1 year ago)
- Topics: database, fastapi, python3, setup
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.