DEV Community

Cover image for Listify - A Flask Todo App
Md. Manzum Rahman
Md. Manzum Rahman

Posted on

Listify - A Flask Todo App

Assalamualaikum Warahmatullahi Wabarakatuh everyone, I have recently developed a Flask Todo List app.
Live Deployment - https://listify-todo.herokuapp.com/
Repository Link - https://github.com/manzumrahman/Listify/
Alt Text

Prerequsites

  • Python (intermediate)
  • Flask(basics)

How I made it

So, First of all, I watched a tutorial on creating a Flask Todo List app and made the primary app. Then I watched another tutorial on Flask Authentication. After that, I added some basic user authentication to my app. And finally, I deployed it to Heroku after quickly adding some styles to it and making a homepage.

Usage

  • 1: Clone this repository using
git clone git@github.com:manzumrahman/Listify.git
Enter fullscreen mode Exit fullscreen mode
  • 2: make a .env file and put this following text there
DATABASE_URL=sqlite:///database.db
Enter fullscreen mode Exit fullscreen mode
  • 3: Run the following commands in terminal
pip install -r requirements.txt
python app.py
Enter fullscreen mode Exit fullscreen mode

Contribute

Make a pull request after fixing a bug or making your desired changes and put an appropriate description about your changes, I will merge it if I find it useful.

Join Discord!

We have a friendly growing coding community out there in Discord named CodeFiction

Written with ❤ by Md.Manzum Rahman :)

Top comments (0)