Skip to content

Lcreager/docker-json-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-json-server

Simple json-server using https://github.com/typicode/json-server. Generates data at the people endpoint for testing a REST api.

Example Docker Command: docker run --name testREST -p 3005:3000 -d lscreager/docker-json-server:latest

You can see the avlaiable http verbs and other information at http://jsonplaceholder.typicode.com/.

There is an index file, go to :3005/ to see some of the api options.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published