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

https://github.com/miteshgupta07/crud-app

A CRUD application built using Flask that enables users to create, read, update, and delete records efficiently, providing a seamless interface for managing data.
https://github.com/miteshgupta07/crud-app

flask python sql

Last synced: 3 months ago
JSON representation

A CRUD application built using Flask that enables users to create, read, update, and delete records efficiently, providing a seamless interface for managing data.

Awesome Lists containing this project

README

        

# CRUD App

The Flask CRUD App is a web application built with Flask, a Python web framework. This project demonstrates the basic CRUD operations (Create, Read, Update, Delete) on a database, providing a foundation for building more complex web applications.
## Features

- **CRUD Operations:** Perform Create, Read, Update, and Delete operations on a database.

- **Flask Framework:** Utilizes Flask to create a lightweight and scalable web application.
- **SQLAlchemy:** Integrates SQLAlchemy for easy database management and interaction.
- **Jinja2 Templating:** Implements Jinja2 templating for dynamic HTML rendering.

## Prerequisites
- Python 3.8
- Dependencies List

- **Flask**
- Install: `pip install Flask`
- Purpose: Used for building web applications and serving the application in a server environment.

- **Flask-SQLAlchemy**
- Install: `pip install Flask-SQLAlchemy`
- Purpose: An extension for Flask that adds SQLAlchemy support to your application for managing databases.

## Acknowledgements

- **Flask Framework:** Gratitude to the Flask developers and community for creating a robust web framework.

- **SQLAlchemy:** Special thanks to the SQLAlchemy team for providing a powerful and flexible ORM.

## Contact
Email : [email protected]

Linkedin : https://www.linkedin.com/in/mitesh-gupta/

Twitter : https://twitter.com/mg_mitesh