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.
- Host: GitHub
- URL: https://github.com/umarwazeer/flask-sqlalchemy-crud
- Owner: umarwazeer
- Created: 2024-05-21T05:04:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T05:10:09.000Z (about 2 years ago)
- Last Synced: 2025-04-05T07:41:57.477Z (over 1 year ago)
- Topics: crud-api, flask, mysql, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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