# testrpc **Repository Path**: eliohn/testrpc ## Basic Information - **Project Name**: testrpc - **Description**: 222 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-05 - **Last Updated**: 2025-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```