- Ensure you have Node.js and Git installed on your system.
- Clone the repository to your local machine:
git clone https://github.com/AnkushVishwakarma01/task-management-server.git- Navigate to the project directory:
cd /task-management-server- Install the required dependencies:
npm install- Create a
.envfile in the root directory and configure the necessary environment variables (refer to.env.exampleif available). - Start the development server:
npm start- The server will run on the default port (e.g.,
http://localhost:3000). You can access it in your browser or API client.