Skip to content

Latest commit

 

History

History
65 lines (56 loc) · 1.89 KB

readme.md

File metadata and controls

65 lines (56 loc) · 1.89 KB

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].