Skip to content

annamarchewka/Taskist-task-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Taskist - task app

Simple task app created with Django

General info

An application designed to share tasks and control workload (via scoring) in small teams (around 15 members) with common goal. The idea for the application was created while working in charity organization with coordination problem.

Technologies

  • Python3, Django
  • Bootsrap 4

Features:

  • task management
  • list of subtasks
  • comments

To do:

  • communicator
  • notifications
  • drafts

Setup:

  • git clone https://github.com/annamarchewka/Taskist-task-app.git
  • cd Taskist-task-app
  • virtualenv -p python3 venv
  • source venv/bin/activate
  • (env) pip install django
  • (env) pip install psycopg2
  • (env) pip install -r requirements.txt
  • (env) python manage.py migrate
  • (env) python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published