It is an alternative to JIRA Ticketing with better employee management and work assignment.
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.
- 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.
Make sure you have the following installed on your machine:
- Git
- Node.js and npm
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/Vikashcodez/Work-Manager.git cd Work-Manager -
Navigate to the frontend directory:
cd frontend -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Navigate to the backend directory:
cd backend -
Install dependencies:
npm install
-
Start the backend server:
node server.js
After setting up the project, you can access the frontend application at http://localhost:3000 and the backend server at http://localhost:5000.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License.
Feel free to modify the content as per your project's specific details.