Skip to content

laxmanlax/jsonserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonserver

Flask server to return local json files

  • Examples
  $ cat > /var/tmp/test.json
  {"this": "that"}

  $ python server.py

  $ curl http://localhost:5555/json/var/tmp/test.json

About

Flask server to return local json files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Shell 2.5%