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.
- Host: GitHub
- URL: https://github.com/nurselaltin/taskhiveapi
- Owner: nurselaltin
- Created: 2024-08-12T18:31:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T20:00:01.000Z (10 months ago)
- Last Synced: 2024-08-17T21:19:01.668Z (10 months ago)
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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