Skip to content

Simple task tracker for web on flask framework

License

Notifications You must be signed in to change notification settings

itJunky/web-tasker.py

Repository files navigation

web-tasker.py

Simple task tracker for web on flask framework

alt tag

You can try it on my hosting here https://tasker.ro0o.tk

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

Requirements

apt install python3-pip

pip install --upgrade pip

pip install -r requirements.txt

Run application

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