Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lirantal/enterprise-applications-patterns
Collection of enterprise application patterns
https://github.com/lirantal/enterprise-applications-patterns
api backend design-patterns enterprsie software-engineering
Last synced: 22 days ago
JSON representation
Collection of enterprise application patterns
- Host: GitHub
- URL: https://github.com/lirantal/enterprise-applications-patterns
- Owner: lirantal
- License: apache-2.0
- Created: 2019-03-23T11:16:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T21:13:17.000Z (over 5 years ago)
- Last Synced: 2024-10-04T13:38:07.481Z (about 1 month ago)
- Topics: api, backend, design-patterns, enterprsie, software-engineering
- Size: 2.36 MB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Enterprise Applications Patterns
A collectcion of (opinionated) guidelines, and patterns for architecting and building enterprise-grade, sustainable and maintainble applications.
---
## Table of Contents
### Backend
- [RESTful APIs](./backend/restful-api.md)
- [Pagination](./backend/pagination.md)
- [Backend Testing Strategy](./backend/backend-testing-strategy.md)
- [Consumer-Driven-Contracts](./backend/consumer-driven-contracts.md)# Contributing
Please consult [CONTIRBUTING](./CONTRIBUTING.md) for guidelines on contributing to this project.
# Author
[Liran Tal](https://github.com/lirantal), Released under the [Apache-2.0](./LICENSE) License.