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
- Host: GitHub
- URL: https://github.com/lugmans/roketo-server
- Owner: LugmanS
- Created: 2023-06-18T10:09:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T18:23:44.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T07:46:34.893Z (over 1 year ago)
- Topics: mock-api, nodejs, reactjs, websocket
- Language: TypeScript
- Homepage: https://dub.sh/roketo-notion
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```