Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.16 KB

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

View Entries:

Screenshot 2

Update Entries:

Screenshot 3