Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 955 Bytes

File metadata and controls

54 lines (34 loc) · 955 Bytes

fake readme

TaskTracker

A task management application built with ASP.NET Core.

Description

TaskTracker is a web-based application for managing and tracking tasks efficiently.

Prerequisites

  • .NET 9.0 SDK or later
  • A code editor (VS Code, Visual Studio, or Rider)

Installation

  1. Clone the repository:

    git clone https://github.com/Merlissa09/TaskTracker.git
    cd TaskTracker
  2. Restore dependencies:

    dotnet restore

Usage

Run the application:

cd TaskTracker
dotnet run

The application will start and display the local URL (typically http://localhost:5000).

Project Structure

  • TaskTracker/ - Main application project
  • Domain/ - Domain models and entities
  • README.md - This file
  • LICENSE - License information

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

See the LICENSE file for details.