ronpel88 /
simple_todo_app_flask
A simple Todo Application made with Python Flask + CI/CD using AWS, Jenkins, Docker, Ansible
Loading repository data…
mhmtarik / repository
SImple ToDo app made with Python and Flask
Dockerfile. It is created by following this tutorial.python3docker build -t todo-flask:latest .docker run -it -p 5000:8888 todo-flask Selected from shared topics, language and repository description—not editorial ratings.
ronpel88 /
A simple Todo Application made with Python Flask + CI/CD using AWS, Jenkins, Docker, Ansible
SkorpionG /
A simple todo list app with full CRUD capability, powered by Flask and SQLite
PrathameshDhande22 /
Flask Todo App is a simple yet powerful task management application built using Flask and Python. With this app, you can easily add and organize your todos by providing a title and description for each task. The app includes robust error handling to ensure a seamless user experience.
KaranShirke /
Simple Todo List web app using Flask and Python.
nagdatt /
This App(website) made with flask.It is a simple todo application.You can add your importent todo's
eabhi-me /
This is a simple To-Do application built using Flask and Python. It allows users to create, update, and delete tasks.