Skip to content

perogeremmer/flask-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List with Flask

This todo list created by M Hudya Ramadhana also known as Kiddy written in Python Language, Flask Framework.

Requirement

  • Python 3.6
  • Flask
  • Flask SQL Alchemy
  • Flask Seederpip
  • Flask Migrate
  • Python dot env
  • Pymysql
  • Flask JWT Extended

Installation

Use the package manager pip to install the requirement.

  • Create virtual environment for your python needs. If you don't understand how to make it, please read through this tutorial.
  • Activate your virtual env.
  • Go to this project directory.
  • Install the library
pip install -r requirements.txt
  • Copy .flaskenv.example to .flaskenv
  • Setting the database and other things on env.
  • Run the project
flask run

Author Notes

Don't forget to visit my blog here, you will find another great tutorials!

License

MIT

About

Todo List app with Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published