An open API service indexing awesome lists of open source software.

https://github.com/nurselaltin/taskhiveapi

TaskHiveApi is a RESTful API for managing tasks and reminders. It supports creating, updating, and deleting tasks, setting reminders, and querying tasks. Built with .NET and CQRS, it provides a scalable and maintainable architecture.
https://github.com/nurselaltin/taskhiveapi

Last synced: 3 months ago
JSON representation

TaskHiveApi is a RESTful API for managing tasks and reminders. It supports creating, updating, and deleting tasks, setting reminders, and querying tasks. Built with .NET and CQRS, it provides a scalable and maintainable architecture.

Awesome Lists containing this project

README

        

# TaskHiveApi

TaskHiveApi is a simple and scalable API for managing tasks and reminders. It allows users to create tasks, set reminders, and query tasks with various filter options.

## Features

- Create, update, and delete tasks
- Set multiple reminders for each task
- Query tasks based on different criteria

## Getting Started

### Prerequisites

- [.NET SDK 7.0](https://dotnet.microsoft.com/download) or higher
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) or later (optional)
- [Postman](https://www.postman.com/) or any other API client for testing

### Installation

1. Clone the repository:
```bash
git clone https://github.com/yourusername/TaskHiveApi.git
cd TaskHiveApi