Skip to content

MrChuckomo/funban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FUNban

A fun and Flask-web-based Kanban board!

Development

Create conda Environment

# List your python envs
$ conda env list

# Create new python envs
$ conda env create --prefix ./ops/pyenv/funban_env --file ./environment.yml

# Init your shell to use conda activate
$ conda init
$ conda init zsh

# Activate your new created python env
$ conda activate ./ops/pyenv/funban_env

# Show installed Python packages
$ conda list

Run Webapp

# Using gunicorn debugging
$ gunicorn -b :5050 index:app --reload

# Using Flask built-in debugging
$ python run.py

Call the Website URL on your browser of choice: http://localhost:5050/

About

A fun and Flask-web-based Kanban Board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors