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

https://github.com/fbjorn/apity-demo

Demo application using Apity for making API calls
https://github.com/fbjorn/apity-demo

openapi svelte sveltekit ts

Last synced: 2 months ago
JSON representation

Demo application using Apity for making API calls

Awesome Lists containing this project

README

          

# Apity demo

This application should help you to understand how to use [Apity](https://github.com/cocreators-ee/apity) with [SvelteKit](https://kit.svelte.dev/).

It's built upon [Petstore](https://petstore3.swagger.io/) OpenAPI spec.

## Online demo

This application has an [online demo](https://apity-demo.vercel.app/).

Every page has its own source code, so this should be an easiest way to get started.

Alternatively, you can run it locally.

## Local development

```bash
# install dependencies
pnpm install

# run development server
pnpm run dev
```

The application will be accessible on http://127.0.0.1:5173/