Skip to content

Princccee/Project_management_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Management System

Overview

This Project Management System is designed to help teams/organistaions to plan, track, and manage their projects efficiently. It provides features such as task assignment, progress tracking, and collaboration tools.

Features

  • Task assignment and tracking
  • Project timelines and milestones
  • Team collaboration tools
  • Progress reports and analytics
  • User authentication and roles

Installation

Project Management System To install and run the project locally, follow these steps:

  1. Clone the repository in a folder say Project_manager:
    git clone https://github.com/Princccee/Project_management_system
  2. Create a virtual enironment and actiavte it:
    pyton3 -m venv .venv
    source .venv/bin/activate
  3. Install dependencies:
    pip install requirements.txt
  4. Start the development server:
    cd src
    python manage.py runserver

Usage

  1. Open your browser and navigate to http://localhost:8000.
  2. Register a new account or log in with existing credentials.
  3. Create a new project and start adding tasks.
  4. Assign tasks to team members and set deadlines.
  5. Track progress and collaborate with your team.

Contributing

We welcome contributions from the community. To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request.

Contact

For any questions or feedback, please contact us at [email protected].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published