Skip to content

Dockerized JSON Server. Get a full fake REST API with zero coding in less than 30 seconds (seriously)

Notifications You must be signed in to change notification settings

particle4dev/docker-image-json-server

Repository files navigation

Dockerized JSON Server

This repository contains Dockerized JSON Server. Repository name in Docker Hub: particle4dev/json-server


CircleCI

Usage

Show usage

$ docker run --rm particle4dev/json-server

Server example

$ docker run  \
      -d -p 8888:8888 -v $(pwd)/data.json:/data/db.json   \
      particle4dev/json-server                            \
      --watch db.json

More examples

Most examples documented in JSON Server project site will work.

About

Dockerized JSON Server. Get a full fake REST API with zero coding in less than 30 seconds (seriously)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages