Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)