janjilecek /
simple_python_flask_crud_todo_app
Simple Flask TODO app in Python Flask in under 100 lines of code (45 loc python, 42 loc HTML)
Loading repository data…
nievyx / repository
A simple Flask web app to manage store inventory with CRUD features
A lightweight Flask web application to manage store inventory with CRUD (Create, Read, Update, Delete) functionality.
Built with Flask and SQLite for lightweight database management.
pip package managerpackage.json — Defines project metadata and JavaScript dependencies (currently empty, but prepared for future frontend packages or tooling)static/ — Contains static files such as CSS, images, or JavaScript used by the app's frontendClone the repository:
git clone https://github.com/yourusername/InventoryTrack.git
cd InventoryTrack
Selected from shared topics, language and repository description—not editorial ratings.
janjilecek /
Simple Flask TODO app in Python Flask in under 100 lines of code (45 loc python, 42 loc HTML)
osiastossou /
This is the simple project called witch I made to test flask a microframework for Python. In the project I made a CRUD (Create, Read, Update, Delete) employee management web app.
WendelGustavo /
Aplicação web simples utilizando Python com o framework Flask, que permite aos usuários criar, visualizar, editar e deletar registros de uma entidade específica em um banco de dados MySQL. A aplicação também deve ter uma interface básica utilizando HTML/CSS.
eray-yuztyurk /
A small Flask web application built as a course project to practice form handling, simple CRUD operations, and basic template rendering. It lets users add, update, and search bank transactions through clean HTML pages and a lightweight backend. A practical, hands-on introduction to building functional web apps with Python and Flask.
Fred-Costa /
Simple LOGIN web application with a CRUD, using Python Flask as a web server, use of MySQL Workbench for the database and HTML / CSS to view the web pages.
anageguchadze /
A Flask application demonstrating CRUD operations with SQLAlchemy and RESTful APIs, including a simple frontend HTML form for user interaction.