This project consists of a C# backend and a React frontend.
- Node.js and npm installed
- .Net SDK installed
- Navigate to the todo-list-manager directory:
- npm install
- npm start
- nohup npm start & to stop it -> pkill -f "npm start"
- Navigate to the HttpServer directory:
- dotnet build
- dotnet run
- nohup dotnet run & to stop it -> pkill -f "dotnet run"
Ensure that the specified ports (e.g., 8080 , 3000) are available and not in use by other services.
Enjoy your task manager!