Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/li-jin-gou/kitex-server-demo
https://github.com/li-jin-gou/kitex-server-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/li-jin-gou/kitex-server-demo
- Owner: li-jin-gou
- Created: 2023-01-04T18:11:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T18:16:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T15:32:50.630Z (2 months ago)
- Language: Go
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# *** Project
## introduce
- Use the [Kitex](https://github.com/cloudwego/kitex/) framework
- Generating the base code for unit tests.
- Provides basic config functions
- Provides the most basic MVC code hierarchy.## Directory structure
| catalog | introduce |
| ---- | ---- |
| conf | Configuration files |
| main.go | Startup file |
| handler.go | Used for request processing return of response. |
| kitex_gen | kitex generated code |
| biz/service | The actual business logic. |
| biz/dal | Logic for operating the storage layer |## How to run
```shell
sh build.sh
sh output/bootstrap.sh
```