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

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

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/).

![spacehook_small](https://github.com/krishnasism/spacehook/assets/21293324/f7443f23-0b45-413f-aeee-c42d85bc5e3f)

### 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.


Install

## 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!