Skip to content

DolevGabay/tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task manager

Made by Dolev Gabay

This project consists of a C# backend and a React frontend.

Prerequisites

  • Node.js and npm installed
  • .Net SDK installed

Frontend Setup

  1. Navigate to the todo-list-manager directory:
  2. npm install
  3. npm start
  4. nohup npm start & to stop it -> pkill -f "npm start"

Backend Setup

  1. Navigate to the HttpServer directory:
  2. dotnet build
  3. dotnet run
  4. nohup dotnet run & to stop it -> pkill -f "dotnet run"

Note

Ensure that the specified ports (e.g., 8080 , 3000) are available and not in use by other services.

Enjoy your task manager!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors