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
- Host: GitHub
- URL: https://github.com/fbjorn/apity-demo
- Owner: fbjorn
- License: bsd-3-clause
- Created: 2023-01-25T11:26:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T07:44:54.000Z (about 3 years ago)
- Last Synced: 2025-05-19T14:17:03.442Z (about 1 year ago)
- Topics: openapi, svelte, sveltekit, ts
- Language: TypeScript
- Homepage: https://apity-demo.vercel.app
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/