Skip to content

westi/simple-rest-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-rest-server

Simple Python REST server using bottle

Installing

Get yourself setup once you have cloned like so:

$ make install

Running

After making sure you are in your virtual environment you can run the server as follows

$ make run-demo

Testing

To test a server is running you can use curl to request the ping endpoint like so

$ curl -v -k https://localhost:9000/ping

Note we intentionally disable the certificate validation checks in curl for this because the cert is self signed.

About

Simple Python REST server using bottle and rocket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published