Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.7 KB

File metadata and controls

54 lines (35 loc) · 1.7 KB

Project Management System

Project Management System Vue.js License

Table of Contents

About the Project

This is a Project Management System built using Vue.js. The application is designed to help teams organize, track, and manage their projects efficiently. It includes features such as task management, project tracking, and user management, all organized under a clean and maintainable component structure.

Features

  • Project Management: Create, update, and delete projects.
  • Task Management: Assign tasks to projects and users, update task statuses, and track progress.
  • User Management: Manage user roles, permissions, and profiles.

Backend Repository

This frontend application requires a backend to be fully functional. Please clone and set up the backend from the following repository:

Ensure the backend server is running and connected before using the frontend application.

Installation

To get started with the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/gayali/project-frontend.git
    
  2. Navigate to the project directory:
    cd project-frontend
    
  3. Install dependencies:
    npm install
    
  4. Run the development server:
    npm run serve
    
  5. Open your browser and navigate to:
    http://localhost:8080