Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scalar/sandbox
The easiest way to share OpenAPI files
https://github.com/scalar/sandbox
openapi openapi3 scalar swagger swagger-ui
Last synced: about 2 hours ago
JSON representation
The easiest way to share OpenAPI files
- Host: GitHub
- URL: https://github.com/scalar/sandbox
- Owner: scalar
- Created: 2024-01-09T00:11:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T15:49:58.000Z (9 days ago)
- Last Synced: 2024-11-08T16:40:08.234Z (9 days ago)
- Topics: openapi, openapi3, scalar, swagger, swagger-ui
- Language: Vue
- Homepage: https://sandbox.scalar.com
- Size: 892 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scalar Sandbox
An easy way to share OpenAPI files.
## Development
```
pnpm install
pnpm db:migrate
pnpm dev
```## Update the schema
1. Change the schema: db/schema.ts
2. Create a migration: `pnpm db:generate`
3. Apply migrations: `pnpm db:migrate`