Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 22, 2021 10:47 am GMT

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 in 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 [email protected]:manzumrahman/Listify.git
  • 2: make a .env file and put this following text there
DATABASE_URL=sqlite:///database.db
  • 3: Run the following commands in terminal
pip install -r requirements.txtpython app.py

Contribute

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

Written with by Md.Manzum Rahman :)

Original Link: https://dev.to/manzumrahman/listify-a-flask-todo-app-59cd

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To