Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paramsiddharth/rest-api-playground
A virtual REST API for learners to play around with.
https://github.com/paramsiddharth/rest-api-playground
Last synced: about 1 month ago
JSON representation
A virtual REST API for learners to play around with.
- Host: GitHub
- URL: https://github.com/paramsiddharth/rest-api-playground
- Owner: paramsiddharth
- Created: 2020-12-03T16:15:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-11T15:03:42.000Z (about 4 years ago)
- Last Synced: 2024-05-22T20:21:53.344Z (7 months ago)
- Language: CSS
- Homepage: https://paramsiddharth.github.io/rest-api-playground
- Size: 3.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST API Playground
A virtual REST API for learners to play around with.![Screenshot](data/v_api.png)
Click [here](https://paramsiddharth.github.io/rest-api-playground) to view it online.## Usage
This website has been created specifically for educational purposes. It provides a very user-friendly environment for new learners and allows them to explore the powers of the REST API on the client-side itself.## Development
- Install the dependencies.
``` bash
npm ci
```
- Serve up the website.
``` bash
npm start
```The website will be live at http://localhost:5000.