Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)