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

https://github.com/lugmans/roketo-server

Create Mock APIs, Inspect HTTP requests
https://github.com/lugmans/roketo-server

mock-api nodejs reactjs websocket

Last synced: 7 months ago
JSON representation

Create Mock APIs, Inspect HTTP requests

Awesome Lists containing this project

README

          

# Roketo - Mock APIs, Intercept HTTP requests

Solution for seamless frontend development and debugging! With Roketo, creating mock endpoints and configuring routes is a breeze, allowing you to effortlessly simulate your actual backend. When your UI is ready to shine, simply replace your base URL. With our real-time HTTP request inspection feature, now you can track incoming requests instantly and tackle any issues head-on.

Frontend of Roekto is developed using React.js - https://github.com/LugmanS/roketo-client
## Run Locally

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```