apimesh
Auto-generate OpenAPI 3.0 specs + interactive HTML API UI from your codebase — in seconds.
파일 탐색기
최종 버전 다운로드 (.zip)- docker-build.yml
- README.md
- __init__.py
- build_evidence.py
- discovery.py
- lane.py
- loader.py
- reconcile.py
- spring_prover.py
- contract-lane.md
- definition_swagger_generator.py
- find_api_definition_files.py
- generate_file_information.py
- identify_api_functions.py
- run_swagger_generation.py
- __init__.py
- definition_swagger_generator.py
- find_api_definition_files.py
- generate_file_information.py
- identify_api_functions.py
- run_swagger_generation.py
- constants.py
- definition_swagger_generator.py
- find_api_definition_files.py
- generate_file_information.py
- identify_api_functions.py
- run_swagger_generation.py
- definition_swagger_generator.py
- django_urlconf.py
- find_api_definition_files.py
- generate_file_information.py
- identify_api_functions.py
- run_swagger_generation.py
- __init__.py
- definition_swagger_generator.py
- find_api_definition_files.py
- generate_file_information.py
- identify_api_functions.py
- run_swagger_generation.py
- AlertsController.java
- alerts.yaml
- expected.json
- pom.xml
- openapi.yaml
- app.py
- expected.json
- BillingClient.java
- expected.json
- application.yml
- charges.yaml
- expected.json
- gen.go
- partner.yaml
- expected.json
- openapi.yaml
- api_gen.go
- gen.go
- server.go
- expected.json
- api.yaml
- expected.json
- gen.go
- oapi-codegen.yaml
- OrdersApiDelegateImpl.java
- orders.yaml
- expected.json
- pom.xml
- HealthController.java
- health.yaml
- expected.json
- pom.xml
- PetsController.java
- pets.yaml
- BUILD.bazel
- openapi_defs.bzl
- expected.json
- openapi.yaml
- UsersController.java
- expected.json
- conftest.py
- test_contract_lane_build_evidence.py
- test_contract_lane_fixtures.py
- test_contract_lane_inventory.py
- test_contract_lane_pipeline.py
- test_contract_lane_reconcile.py
- test_contract_lane_spring_prover.py
- test_core_fixes.py
- test_golang_pipeline_fixes.py
- test_java_pipeline_fixes.py
- test_nodejs_pipeline_fixes.py
- test_pipeline_common.py
- test_python_pipeline_fixes.py
- test_rails_pipeline_fixes.py
- test_tree_sitter_byte_offsets.py
- .dockerignore
- .gitignore
- apimesh-docs.html
- bootstrap_mcp_runner.sh
- build-docker.sh
- CODE_OF_CONDUCT.md
- config.py
- config.yml
- CONTRIBUTING.md
- docker-entrypoint.sh
- Dockerfile
- file_scanner.py
- framework_identifier.py
- img.png
- LICENSE
- llm_client.py
- pipeline_common.py
- prompts.py
- README.md
- requirements-dev.txt
- requirements.txt
- run.sh
- security.md
- swagger_generation_cli.py
- swagger_generator.py
- swagger_mcp.py
- telemetry_posthog.py
- user_config.py
- utils.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/qodex-ai/apimesh
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd apimesh
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker run --pull always -it --rm -v $(pwd):/workspace \
빌드된 이미지를 실제 컨테이너로 실행합니다.
docker run --pull always --rm -v $(pwd):/workspace \
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
