Skip to content

Quaker69/CRUD-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-API

The union and connectivity between "FastAPI" and "MariaDB" . Below is an overview of the API section.

API

Operation Description
Push Add or update an item in the database.
Delete Remove an item from the database.
Update Modify an existing item in the database.
Create Add a new item to the database.

table 1: atomic API CRUD operations.

Endpoints

alt text swagger UI

Instructions

  • Install FastAPI, mariadb pip packages.
  • create a db_creds.json.
{
    "user":"<username>",
    "password":"<password>"
}

About

MariaDB + FastAPI connectivity CRUD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages