Skip to content

A project management application for managing projects, todos and tasks.

License

Notifications You must be signed in to change notification settings

ghubrakesh/manage.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manage.me

This project is a web-based Project Management System built using Django, a Python web framework. It allows users to efficiently manage projects, todolists, tasks, and associated project files.

Features

  • User Authentication:

    • Users can create accounts, log in, and log out to access the system.
  • Project Management:

    • Create, edit, and delete projects.
    • View project details and associated information.
  • Todolist Management:

    • Create, edit, and delete todolists within projects.
    • Organize tasks under todolists.
  • Task Management:

    • Create, edit, and delete tasks within todolists.
    • Efficiently manage task details and status.
  • Project Files:

    • Upload and manage files associated with projects.
    • Files are stored in the media/projectfiles directory.

Getting Started Locally

  1. Clone the Repository:
   git clone https://github.com/your-username/project-management-system.git
   cd project-management-system
  1. Install Dependencies:
pip install -r requirements.txt
  1. Run Migrations:
python manage.py migrate
  1. Run the Development Server:
python manage.py runserver
  1. Access the System:

~ Thank You ~

About

A project management application for managing projects, todos and tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published