https://github.com/njs-guy/coma-api
A simple RESTful API viewer
https://github.com/njs-guy/coma-api
Last synced: 2 months ago
JSON representation
A simple RESTful API viewer
- Host: GitHub
- URL: https://github.com/njs-guy/coma-api
- Owner: njs-guy
- License: mpl-2.0
- Created: 2023-06-12T17:09:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T18:23:56.000Z (over 1 year ago)
- Last Synced: 2024-12-30T22:29:43.417Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 415 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Coma API
A simple RESTful API viewer.
## Building
1. Install [NodeJS](https://nodejs.org/en/download),
[Yarn](https://yarnpkg.com/getting-started/install), and
[rustup](https://www.rust-lang.org/tools/install) if you haven't already.
See [Tauri prerequisites](https://tauri.app/v1/guides/getting-started/prerequisites).
2. Clone this repo. Usually with `https://github.com/njshockey/coma-api.git`.
3. Run `yarn` to install Node packages.
4. Run `yarn tauri dev` to run the app and test changes.
- The first time run might take a while to compile Rust packages.