A powerful tool for managing tasks and meeting deadlines.
Task Manager project deployed to Render
Use the following user to log in and check the functionality of the website:
login: tester
password: test12345
Please note, as a test user you can't execute delete operations, only admin users have this permission.
- Authentication functionality for Worker/User
- New tasks can be added and kept all in one list
- Tasks can be delegated to certain workers and tracked
- Each worker has his own detail page with completed and uncompleted task displayed separately
- All tasks can be prioritised to manage time more effectively and hit deadlines
Python3 must be already installed
git clone https://github.com/pavlejviki/task-manger
cd task-manager
python3 -m venv venv
source venv/bin/activate # on macOS
venv\Scripts\activate # on Windows
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver #starts Django Server