Sure! Here are the instructions to start your Task Management Application with the repository URL.
Screen.Recorder.webm
- Clone the repository:
git clone https://github.com/kasyap1234/assignment2.git
cd tasmanager-frontend- Install dependencies:
npm install- Start the development server:
npm run devThe frontend will be running at http://localhost:3000.
- Navigate to the backend directory:
cd tasmanager-backend- Install dependencies and build the server:
go mod tidy
go build- Start the backend server:
go run main.goThe backend will be running at http://localhost:8000.
- Ensure your backend server is running on
http://localhost:8000. - Ensure your frontend server is running on
http://localhost:5173.
With both servers running, you can access the Task Management Application in your browser by navigating to http://localhost:5173.
Feel free to adjust any specifics if necessary.