https://github.com/krishnasism/spacehook
Create mock endpoints easily
https://github.com/krishnasism/spacehook
deta deta-space devtools python
Last synced: about 2 months ago
JSON representation
Create mock endpoints easily
- Host: GitHub
- URL: https://github.com/krishnasism/spacehook
- Owner: krishnasism
- License: mit
- Created: 2023-09-22T21:33:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T09:43:09.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T10:47:27.048Z (almost 2 years ago)
- Topics: deta, deta-space, devtools, python
- Language: Vue
- Homepage: https://deta.space/discovery/@krishnasism/spacehook
- Size: 340 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spacehook
Simple and easy-to-use mock API Endpoints. Create mock endpoints quickly and without hassle. Don't wait for your backend to be built, to start building out your frontend.
Created for the [Deta Space Hackathon](https://spacehack23.deta.dev/).

### Why?
Since deta.space allows a user to have their custom URL for an app and their database, and app instance, I thought maybe it would be cool to create this kind of an app to allow a user to have a unique mock webhook or callback URL.
## Features
⭐ Mock API endpoints in an instant!
⭐ Forever open source and free to use!
⭐ Import your Swagger files to automatically create mock endpoints!
[deta only features]
⭐ Data privacy ensured by Deta!
⭐ Create as many instances as you like -> Unlimited endpoints!
## Deploy to your deta.space dev
Get the space-cli from [here](https://deta.space/docs/en/build/fundamentals/space-cli/)
Authenticate with deta.space
```bash
space login
```
Push the app to your account
```bash
space push
```
## Run locally
```bash
space dev
```
Navigate to `localhost:4200` to try it out! Or try it on deta.space!