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

https://github.com/origadmin/basic-layout


https://github.com/origadmin/basic-layout

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Basic Layout Examples

This directory contains example projects demonstrating different application layouts using the OrigAdmin framework.
These examples serve as practical guides and starting points for building your own applications, showcasing two common
architectural patterns: a standard single-module microservice and a multi-module monorepo, along with guidance on
evolving from one to the other.

## Projects

1. [**simple/simple_app**](./simple/simple_app): A standard single-module application.
2. [**multiple/multiple_sample**](./multiple/multiple_sample): A multi-module application within a single project
boundary, featuring `user`, `order`, and `gateway` services.

---

## Documentation

- [Simple Application](./docs/simple-application.md)
- [Multiple Module Application](./docs/multiple-module-application.md)
- [Architectural Concepts](./docs/architectural-concepts.md)
- [How to Run the Simple Application](./docs/how-to-run-simple.md)
- [How to Use the Multiple Module Template](./docs/how-to-use-template.md)
- [Getting Started with the Multiple Module Application](./docs/getting-started-multiple.md)
- [Build and Release](./docs/build-and-release.md)