https://github.com/origadmin/basic-layout
https://github.com/origadmin/basic-layout
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/origadmin/basic-layout
- Owner: origadmin
- Created: 2024-10-09T18:20:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-23T05:30:46.000Z (6 months ago)
- Last Synced: 2025-12-24T20:19:33.669Z (6 months ago)
- Language: Go
- Size: 1.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)