https://github.com/mimansha11/crud_fastapi
FastApi CRUD Operation
https://github.com/mimansha11/crud_fastapi
fastapi python sqlite3
Last synced: about 2 months ago
JSON representation
FastApi CRUD Operation
- Host: GitHub
- URL: https://github.com/mimansha11/crud_fastapi
- Owner: mimansha11
- Created: 2024-08-01T20:20:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T14:00:40.000Z (over 1 year ago)
- Last Synced: 2025-03-29T12:47:30.976Z (over 1 year ago)
- Topics: fastapi, python, sqlite3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. CRUD(Create , Read , Update , Delete) Operation Using Fastapi and Sqlite3.
2. Clone the Repository
3. "git clone https://github.com/mimansha11/CRUD_fastapi"
4. Create 🔗 Database "fastapidb.db" in Sqlite3.
5. To run the server:
6. "Python main.py"
7. Open :
8. "(http://localhost:8000/docs)"
9. Now You can access all CRUD API.