This is a simple console-based Task Manager application built with C# and PostgreSQL as its Database. It allows users to add, list, mark tasks as completed, and delete tasks.
- Add Task: Create new tasks with descriptions.
- List Tasks: Display all tasks along with their statuses (Pending or Completed).
- Mark Task as Completed: Update the status of a task to completed by its ID.
- Delete Task: Remove tasks by their ID.
- Console Interface: Simple and easy-to-use command-line interface.
- Database:Tasks are added to a database using postgresQL.
- Clone the repository:
git clone https://github.com/your-username/TaskManagerApp.git - Navigate to the project directory:
cd TaskManagerApp - Open the project in your favorite C# IDE (e.g., Visual Studio or Visual Studio Code).
- Build and run the project.
