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

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.

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:

![Screenshot 1](https://github.com/striderzz/Flask-CRUD-Application/assets/72110940/ddf8573a-08c0-46f3-9f42-c289531669bf)

### View Entries:

![Screenshot 2](https://github.com/striderzz/Flask-CRUD-Application/assets/72110940/fadce6be-ebdc-4814-acb5-33b3658f8e91)

### Update Entries:

![Screenshot 3](https://github.com/striderzz/Flask-CRUD-Application/assets/72110940/429d47de-694d-49a0-afe5-440b928289b1)