Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbxark/sphere
A multi-server application template
https://github.com/tbxark/sphere
code-generation gin golang microservice protoc swagger telegram-bot telegram-bots
Last synced: about 1 month ago
JSON representation
A multi-server application template
- Host: GitHub
- URL: https://github.com/tbxark/sphere
- Owner: TBXark
- License: mit
- Created: 2024-06-25T06:04:00.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T07:02:11.000Z (about 1 month ago)
- Last Synced: 2024-11-14T08:17:45.856Z (about 1 month ago)
- Topics: code-generation, gin, golang, microservice, protoc, swagger, telegram-bot, telegram-bots
- Language: Go
- Homepage:
- Size: 928 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sphere
**Sphere** is a multi-server application template. **Sphere** aims to provide a simple, fast, and maintainable multi-server application template. All modules are replaceable, and you can replace modules according to your needs. You can customize your own microservice framework without being limited.
## Features
- **Simple**: Simple code that is easy to maintain.
- **Fast**: One-click code generation for rapid development.
- **Maintainable**: Clear code structure that is easy to extend.
- **Replaceable**: All modules are replaceable.
- **Code Generator**: One-click code generation. The generator automatically generates code, including proto files, Swagger documents, TypeScript clients, and more.## Core Dependencies
- **Web Framework**: Gin
- **Dependency Injection**: Wire
- **ORM**: Ent## Getting Started
You can follow this [guide](doc/USAGE.md) to get started with **Sphere**.
## License
**Sphere** is released under the MIT license. See [LICENSE](LICENSE) for details.