Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makinosp/vrchatapi-mock
API mock server of VRChat using Prism
https://github.com/makinosp/vrchatapi-mock
Last synced: 4 days ago
JSON representation
API mock server of VRChat using Prism
- Host: GitHub
- URL: https://github.com/makinosp/vrchatapi-mock
- Owner: makinosp
- License: bsd-3-clause
- Created: 2024-02-03T11:41:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T03:46:24.000Z (6 months ago)
- Last Synced: 2024-11-01T05:41:58.752Z (about 2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vrchatapi-mock
## Overview
API mock server of VRChat using Prism.
## Usage
### Bundle openapi.yaml
Execute the following command when starting for the initial startup or after changing the openapi yaml files.
```bash
docker run --rm -v ./specification:/work -w /work node:lts-alpine sh -c 'npm install && npm run bundle'
```## Run mock server
```bash
docker compose build
docker compose up -d
```then will run the server on `localhost:8080`.
## References
- [VRChat API Documentation](https://vrchatapi.github.io/)
- [Prism](https://stoplight.io/open-source/prism)