Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylelaverty/dog-api-requirements
Requirements for a challenge project of wrapping dog api
https://github.com/kylelaverty/dog-api-requirements
challenge csharp docker docker-compose fastendpoints learning seq serilog tdd vertical-slice-architecture
Last synced: 10 days ago
JSON representation
Requirements for a challenge project of wrapping dog api
- Host: GitHub
- URL: https://github.com/kylelaverty/dog-api-requirements
- Owner: kylelaverty
- License: mit
- Created: 2024-07-19T15:04:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T14:57:37.000Z (4 months ago)
- Last Synced: 2024-07-23T17:22:25.253Z (4 months ago)
- Topics: challenge, csharp, docker, docker-compose, fastendpoints, learning, seq, serilog, tdd, vertical-slice-architecture
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dog API Requirements
This repo is going to be used as a place for storing the requirements for creating a personal challenge project. It will use the existing Dog API and wrap access to it to allow individuals to practice using new techniques and technologies.
## References
- [Dog API](https://dog.ceo/dog-api/)
- [Dog API Documentation](https://dog.ceo/dog-api/documentation/)
- [FastEndpoints](https://fast-endpoints.com/)
- [Vertical Slice Architecture](https://jimmybogard.com/vertical-slice-architecture/)