https://github.com/striderzz/flask-crud-application
Efficient and user-friendly CRUD (Create, Read, Update, Delete) application built with Flask, utilizing an SQLite database and enhanced with Bootstrap 5 for a modern and responsive user interface.
https://github.com/striderzz/flask-crud-application
flask-application flask-basic-projects flask-beginner-project flask-crud flask-restful flask-sqlalchemy flask-sqlchemy python-flask-application python-project-beginner sqlite-database
Last synced: 8 months ago
JSON representation
Efficient and user-friendly CRUD (Create, Read, Update, Delete) application built with Flask, utilizing an SQLite database and enhanced with Bootstrap 5 for a modern and responsive user interface.
- Host: GitHub
- URL: https://github.com/striderzz/flask-crud-application
- Owner: striderzz
- Created: 2024-03-06T18:57:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T20:28:12.000Z (over 1 year ago)
- Last Synced: 2024-03-07T21:32:11.891Z (over 1 year ago)
- Topics: flask-application, flask-basic-projects, flask-beginner-project, flask-crud, flask-restful, flask-sqlalchemy, flask-sqlchemy, python-flask-application, python-project-beginner, sqlite-database
- Language: Python
- Homepage:
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask CRUD App with SQLite Database and Bootstrap 5
This is a straightforward CRUD (Create, Read, Update, Delete) application developed using Flask. The app is powered by an SQLite database and enhanced with the modern styling of Bootstrap 5.
## Key Features
- **Create Entries:** Easily add new records to the database.
- **View Entries:** Browse through the list of existing entries.
- **Update Entries:** Modify and update information for each entry.
- **Delete Entries:** Remove unwanted records from the database.
## Technologies Used
- **Flask:** A micro web framework for Python.
- **SQLite:** A lightweight, serverless database engine.
- **Bootstrap 5:** The latest version of the popular front-end framework for responsive design.
## Screenshots
### Add Entries:

### View Entries:

### Update Entries:
