Skip to content

Patrick-S-Foster/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the Task Manager application

  1. Ensure that Docker is installed locally (tested with version 27.5.1)
  2. Ensure that git is installed locally (tested with version 2.46.2)
  3. Ensure that .NET 9.0 is installed locally (tested with version 9.0.203)
  4. In an empty directory, run the command git clone https://github.com/Patrick-S-Foster/task-manager.git
  5. Inside the cloned repository, ensure that the main branch is checked-out by running the command git switch main
  6. Run the command docker compose up -d --build
  7. Wait for all containers to be downloaded and initialized (this may take some time)
  8. Navigate to ~/TaskManager/Taskmanager.Client/ and run dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published