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/
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
- 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.txt
python app.py
- Done: Your website will be live on http://127.0.0.1:5000
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)