Skip to content

lilarin/TaskManager-App

Repository files navigation

Task manager project

Django project for managing tasks in company

Check it out here

You can use following user (or create another one by yourself):

Login: user

Password: 123

Features

  • Authentication
  • Managing projects & tasks
  • Simple & user-friendly UI

Installation

Python3 required

git clone https://github.com/lilarin/task-manager-app.git
cd task-manager-app
python3 -m venv venv
pip install -r requirements.txt
python manage.py migrate
python manage.py loaddata db_data.json
python manage.py runserver

Demo

image image image image image image image image image image

About

Django project for managing projects and tasks in company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published