Skip to content

thinkingtek/Task-Management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Project Overview

    • Project Name: Task Management.
    • Description: This is a project that manage tasks for a Software Enterprise. This project was built using Just Html, CSS, Django and Vanilla JavaScript.
    • Purpose: Its main purpose is to create, update, and delete tasks for Software developers in the company.
    • Link to Demo: My github link ( https://github.com/thinkingtek/Task-Management-system.git )
  2. Installation

    • Clone the repository: git clone https://github.com/thinkingtek/Task-Management-system.git

    • Change directory: cd yourproject

    • Create a virtual environment python -m venv env

    • Activate the virtual environment .\env\Scripts\activate (for windows) source env/bin/activate (for Mac)

    • Install dependencies: pip install -r reqs.txt

    • Set up the database: python manage.py migrate

  3. Usage

    • Run "python manage.py runserver" to run the project
  4. Features

    • List of Features: Task creation, task management, user authentication, etc.
    • Using JS async and await to fetch tasks from api endpoints
    • Drag and drop feature to update task status
  5. Testing

    • "python manage.py test"
  6. Created Accounts

    -------- ACCOUNTS ----------- username: superuser email: [email protected] password: mypass123

    username: james24 fullname: james daniel password: jamesjamespass email: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published