Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fadendaten/bliss-dummy-api
https://github.com/fadendaten/bliss-dummy-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fadendaten/bliss-dummy-api
- Owner: fadendaten
- Created: 2016-02-10T11:35:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T11:41:14.000Z (almost 9 years ago)
- Last Synced: 2024-03-25T22:01:10.610Z (10 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bliss Dummy API
### Prerequisites
Install [json-server](https://github.com/typicode/json-server).
```bash
npm install -g json-server
```### Running
```bash
json-server -r routes.json bliss.json
```