Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 724 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 724 Bytes

Task Organiser

Application created to help user organizing his daily tasks. It is esspecially useful for group tasks.

demo

On this repo there is also a short film presenting all features of my application. It is inside issues divided on two parts

Features

  • Adding tasks to a calendar
  • Adding friends
  • Creating a groups of friends
  • sending private messages and creating group chats

Set up

If you'd like to run this application on your computer you'll need to:

  1. Downolad all the code from repository
  2. Go to the folder with this project and type "pip install requirements.txt"
  3. Then run following commands:
  • "python manage.py createsuperuser"
  • "python manage.py migrate"
  • "python manage.py runserver"