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

https://github.com/rahuljsaliaan/go-breeders

A repository showcasing various design patterns in a scalable and maintainable codebase, built around a DogBreed Marketplace. The application allows users to explore dog breeds, connect with breeders, and purchase dogs, while serving as a practical example of production-level coding practices.
https://github.com/rahuljsaliaan/go-breeders

design-patterns golang maintainable-code scaleable

Last synced: 8 months ago
JSON representation

A repository showcasing various design patterns in a scalable and maintainable codebase, built around a DogBreed Marketplace. The application allows users to explore dog breeds, connect with breeders, and purchase dogs, while serving as a practical example of production-level coding practices.

Awesome Lists containing this project

README

          

# Go Breeders

| Commit Typ | Gitmoji | Description |
|------------|----------------------|-------------------------------------------|
| assets | :framed_picture: | Add or update static assets (images/files)|
| build | :construction_worker:| Update build scripts/tools |
| chore | :wrench: | Maintenance tasks |
| ci | :green_heart: | Update CI configuration |
| data | :card_file_box: | Add or update models/database |
| deploy | :rocket: | Deploy code |
| docs | :memo: | Update documentation |
| enhance | :star2: | Enhance existing functionality |
| feat | :sparkles: | Add new feature |
| fix | :bug: | Fix a bug |
| hotfix | :ambulance: | Critical hotfix |
| init | :tada: | Initial commit |
| perf | :zap: | Improve performance |
| refactor | :recycle: | Refactor code |
| revert | :rewind: | Revert changes |
| security | :lock: | Fix security issues |
| style | :art: | Improve code structure/format |
| test | :test_tube: | Add or update tests |
| wip | :construction: | Work in progress |
| remove | :wastebasket: | Remove code or files |