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

https://github.com/umarwazeer/flask-sqlalchemy-crud

A simple Flask application demonstrating CRUD (Create, Read, Update, Delete) operations using SQLAlchemy with a MySQL database.
https://github.com/umarwazeer/flask-sqlalchemy-crud

crud-api flask mysql python sqlalchemy

Last synced: 2 months ago
JSON representation

A simple Flask application demonstrating CRUD (Create, Read, Update, Delete) operations using SQLAlchemy with a MySQL database.

Awesome Lists containing this project

README

          

# Flask SQLAlchemy CRUD Operations

This project is a demonstration of CRUD (Create, Read, Update, Delete) operations using Flask and SQLAlchemy with a MySQL database.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Endpoints](#endpoints)
- [Contributing](#contributing)

## Installation

1. **Clone the repository**:
```sh
git clone https://github.com/yourusername/flask-sqlalchemy-crud.git
cd flask-sqlalchemy-crud