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

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

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.