Skip to content

AnkushVishwakarma01/task-management-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-management-server

Installation and Setup

Steps to Install and Run Locally

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

Releases

No releases published

Packages

 
 
 

Contributors