Fake/Quick rest api prototype by combinig:
- json-server for rest api
- restangular for admin UI
docker run -d \
--name json-server \
-p 3000:3000 \
lalyos/json-server https://gist.githubusercontent.com/lalyos/2be21105e3607b4981c85a542cedc7fc/raw/issues.json
then you can browse http://localhost:3000
to see this: