Skip to content

mostakimjihad/TaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Task Manager

Django, Bootstrap, MySQL

Demo Youtube Video

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgments

About The Project

The task management system developed for the startup aims to provide a robust platform for streamlining project workflows within the organization. It caters to both internal teams and external clients, offering features that facilitate effective communication, task tracking, and project management. The system is designed to be intuitive and feature-rich, enhancing productivity and collaboration among team members.

screenshot_project

Functional Requirements

  1. User Management:

  2. Project Creation:

  3. Dashboard:

  4. Project Details Page:

  5. Project Completion:

Non-Functional Requirements:

  1. Usability:

  2. Scalability:

  3. Reliability:

(back to top)

Use Case Diagram

use_case_diagram

(back to top)

ER Diagram

er_diagram

(back to top)

Built With

  • Bootstrap
  • Django
  • Mysql

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Before running the project makesure you meet all the prerequisites.

  • python 3.11.5
  • MySQL

Installation

Follow the below step by step process to install Taskmanager into the testbench.

  1. Clone the repo

    git clone https://github.com/mostakimjihad/TaskManager.git
    cd TaskManager
  2. Import Database Dump

    mysql -u username -p database_name < dump_file.sql
  3. Apply Migrations

    python manage.py migrate
  4. Run the Development Server

    python manage.py runserver

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Mostakim Jihad - @MostakimJihad - mostakimjihad652001@gmail.com

Project Link: https://github.com/your_username/repo_name

(back to top)

Acknowledgments

This project is supervised by,

(back to top)

Releases

No releases published

Packages

No packages published