alisharify7 /
Food-Ordering-App
a simple yet powerful Food Ordering web Application for Employees (free and open sources)
Loading repository data…
sudo-arash / repository
A simple, yet powerful TODO list application using Flask and HTMX that features many things!
Welcome to Flask TODO! 🚀 A simple, yet powerful TODO list application using Flask and HTMX that features user authentication, TODO creation and management, and a host of other interactive interface features.
[!NOTE] There is a small issue and because of that, we need to refresh the page everytime you make a new task. We will be happy to see someone who can fix it! (Read contributing.)
Clone the repository:
git clone https://github.com/sudo-arash/flask-todo.git
cd flask-todo
Create a virtual environment:
python -m venv venv
Activate the virtual environment:
venv\Scripts\activate
source venv/bin/activate
Install dependencies:
pip install -r requirements.txt
Set up the environment variables:
.env.example to .env:
cp .env.example .env
.env with your own values.Initialize the database:
python
>>> from app import db
>>> db.create_all()
Run the application:
python app.py
All that remains now is to open http://127.0.0.1:5000/ in the web browser of your choice, and voilà! You now have your shiny, new todo application up and running.
Issues and PRs welcome! Also, feel free to open issues or submit pull requests. 🎉
This project is licensed under the MIT License - see the LICENSE file for details.
Selected from shared topics, language and repository description—not editorial ratings.
alisharify7 /
a simple yet powerful Food Ordering web Application for Employees (free and open sources)
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.