Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`