Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages