Skip to content

gitkh2891/python-kanban

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Kanban Board

A simple Kanban board application using Flask and SQLite.

Running locally

The application can be run with the following steps:

  1. Install required python packages:

    pip install -r requirements.txt
    

Note: this will install packages globally, the venv module can be used to set up a virtual environment if you want to avoid changing the system packages.

  1. Run the application using flask:

    FLASK_APP=main.py flask run
    
  2. Finally connect to http://127.0.0.1:5000/ in a web browser.

License

With the exception of the following, all code in this repository is released under the terms of the GNU General Public License v3:

About

A simple Kanban board using Flask and SQLite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.3%
  • JavaScript 32.1%
  • Python 28.6%