Skip to content

Testing the REST interface using cURL

Jaakko Lappalainen edited this page Jan 23, 2014 · 1 revision
  • Installation
  1. Install curl - make http requests from command line
  2. Install and run A NoSQL database
  3. Install A web framework for python

When running ./monapi, a server in http://localhost:5000 is started.

  • Testing:
  1. Check the connection

curl http://localhost:5000

  1. List available databases

curl http://localhost:5000/_dbs

Clone this wiki locally