Skip to content

binary-animal/web-tasker.py

 
 

Repository files navigation

web-tasker.py

Simple task treker for web on flask framework

alt tag

You can try it on my hosting here http://tasker.itjunky.ws

For run on development environment you need a docker Than you need to go into web-tasker.py directory and run docker-compose up

If it's your first run, you need to edit init.sh for uncomment a line

python ./db_create.py

And comment out line

python ./runserver.py

After that you need run docker-compose up

Than change back init.sh with uncomment line

python ./runserver.py

And comment line with db_create After that run again docker-compose up

About

Simple task tracker for web on flask framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.4%
  • HTML 27.5%
  • CSS 3.4%
  • Other 0.7%