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.
- Host: GitHub
- URL: https://github.com/miteshgupta07/crud-app
- Owner: miteshgupta07
- License: mit
- Created: 2024-01-01T06:28:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T14:44:55.000Z (11 months ago)
- Last Synced: 2024-12-28T03:27:45.550Z (4 months ago)
- Topics: flask, python, sql
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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