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.
- 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.
- 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.