Skip to content

Latest commit

 

History

History
84 lines (54 loc) · 1.74 KB

File metadata and controls

84 lines (54 loc) · 1.74 KB

Work Manager

It is an alternative to JIRA Ticketing with better employee management and work assignment.

Description

Work Manager is a comprehensive tool designed to streamline work assignment and employee management. It offers features that make it easier to track tasks, manage projects, and ensure efficient workflow within an organization.

Features

  • Employee Management: Efficiently manage employee details and roles.
  • Task Assignment: Easily assign tasks to employees and track their progress.
  • Project Tracking: Keep track of various projects and their milestones.

Getting Started

Prerequisites

Make sure you have the following installed on your machine:

  • Git
  • Node.js and npm

Installation

Follow these steps to set up the project locally:

Frontend

  1. Clone the repository:

    git clone https://github.com/Vikashcodez/Work-Manager.git
    cd Work-Manager
  2. Navigate to the frontend directory:

    cd frontend
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev

Backend

  1. Navigate to the backend directory:

    cd backend
  2. Install dependencies:

    npm install
  3. Start the backend server:

    node server.js

Usage

After setting up the project, you can access the frontend application at http://localhost:3000 and the backend server at http://localhost:5000.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.

License

This project is licensed under the MIT License.


Feel free to modify the content as per your project's specific details.