Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.