https://github.com/jpablomartinez/tdn_project
A public API for a Todo Task Manager
https://github.com/jpablomartinez/tdn_project
api csharp net todo
Last synced: 2 months ago
JSON representation
A public API for a Todo Task Manager
- Host: GitHub
- URL: https://github.com/jpablomartinez/tdn_project
- Owner: jpablomartinez
- Created: 2025-03-15T01:41:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T03:16:47.000Z (over 1 year ago)
- Last Synced: 2025-03-22T03:24:22.193Z (over 1 year ago)
- Topics: api, csharp, net, todo
- Language: C#
- Homepage:
- Size: 9.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO API 🗓 💻
## Project Features
## Folder Structure
- **/src/API**: Controllers and Middlewares
- **/src/Application**: Business logic, Use cases (Services)
- **/src/Domain**: Entities, Interfaces
- **/src/Infraestructure**: Database, Repositories, External APIs
- **/tests**: Unit & Integration tests
- **/docs**: API Documentation (OpenAPI)
## Getting Started
## Sample