Giter Club home page Giter Club logo

flask_tailwind_todo_app's Introduction

Flask Tailwind Todo App

This is a Todo Application written with Flask (Python). It uses SQLite and SQLAlchemy.

In the past I have only used Python for scripting so I wanted to try building a web application with it. Django seemed like overkill for a small web app so I tried out Flask.

I also am using this project to experiment with Tailwind CSS.


Hosted Project:

The hosted project is at: https://todo-flask-tailwindcss.herokuapp.com/


Cron Job:

I haven't added any authentication to this application yet. It is really just an experiment to get my feet wet with Flask and using Python for web apps.

To limit the risk of tons of todos adding up in the UI and DB, I created a cron job that runs on [cron-jobs.org] every 5 minutes to reset the Todos.

Complete Stack:

Flask

Python

Tailwind CSS

HTML

SQLite

SQLAlchemy

Heroku

Cron-jobs.org


To Run:

git clone https://github.com/mwolfhoffman/flask_tailwind_todo_app.git
cd flask_tailwind_todo_app
virtualenv --no-site-packages venv
venv/bin/activate (Mac/Linux)
venv/scripts/activate (Windows)
pip install -r requirements.txt

pthon app.py

This will run the application at http://localhost:5000

flask_tailwind_todo_app's People

Contributors

mwolfhoffman avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.