Skip to content

Shreshth-07/Task_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management Application

Installation and Running Instructions

Prerequisites

  1. Node.js: You need to have Node.js installed on your machine. You can download it from the official Node.js website.
  2. npm: You need to have npm (Node Package Manager) installed on your machine. npm comes bundled with Node.js.
  3. MySQL: You need to have MySQL installed on your machine. You can download it from the official MySQL website.

Installation

  1. Clone the Repository: Clone the repository from GitHub using the following command:
bash
git clone https://github.com/your-username/task-management-system.git
  1. Install Dependencies: Navigate to the project directory and install the dependencies using npm:
bash
cd task-management-system npm install
  1. Create Database: Create a new MySQL database and update the config.js file with the database credentials.

Running the Project

  1. Start the Server: Start the server by running the following command:
bash
node server.js
  1. Run the Client: Run the client by running the following command:
bash
npm start
  1. Open in Browser: Open the project in a browser by navigating to http://localhost:3000 in your browser.

Running Tests

  1. Run Tests: Run the tests by running the following command:
bash
npm test

Troubleshooting

  1. Error Messages: If you encounter any error messages, please check the console for more details.
  2. Database Issues: If you encounter any database issues, please check the database configuration in the config.js file.

Contributing

If you would like to contribute to this project, please follow these steps:1. Fork the Repository: Fork the repository from GitHub.

  1. Create a Branch: Create a new branch for your changes.
  2. Make Changes: Make the necessary changes to the code.
  3. Commit Changes: Commit your changes.
  4. Push Changes: Push your changes to your forked repository.
  5. Create a Pull Request: Create a pull request to merge your changes into the main repository.

License

This project is licensed under the MIT License. I hope this README file helps you with installing and running the project from scratch. If you have any questions or need further assistance, please feel free to ask.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors