Skip to content

kasyap1234/assignment2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sure! Here are the instructions to start your Task Management Application with the repository URL.


Task Management Application

Getting Started

Screen.Recorder.webm

Prerequisites

Frontend Setup

  1. Clone the repository:
git clone https://github.com/kasyap1234/assignment2.git
cd tasmanager-frontend
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

The frontend will be running at http://localhost:3000.

Backend Setup

  1. Navigate to the backend directory:
cd tasmanager-backend
  1. Install dependencies and build the server:
go mod tidy
go build
  1. Start the backend server:
go run main.go

The backend will be running at http://localhost:8000.

Running the Application

  1. Ensure your backend server is running on http://localhost:8000.
  2. 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.

About

sveltekit and golang task management web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors