Skip to content

dkoz/devtasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevTasker

This is a simple development tracker based on Patrickloeber todo python app.

Features

  • Discord oauth with ID whitelist, allowing you to assign admins to the tracking workflow.
  • Add, delete and edit tasks on the list to keep track of progress.
  • All data stored locally.

Setup (Pythong VENV)

Quick setup guide for the app.

  1. Create the python virtual environment.
python3 -m venv venv
source venv/bin/activate
  1. Install the dependencies.
pip install -r requirements.txt
  1. Create your .env file.
client_id='client id'
client_secret='client secret'
redirect_url='call back url'
discord_id='your discord id'
secret_flask_key='your secret key'
  1. Run the environment.
python main.py

Setup (Docker)

Setup guide of building and running the DevTasker app.

  1. Build the docker image.
docker build -t dev-tasker .
  1. Run the docker container.
docker run -d -p 9050:9050 --name dev-tasker dev-tasker

About

Simple app to keep track of your tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors