In another terminal window, we can test the server.
We can get a list of all of the snippets.
We could use `curl`, but let's use a nicer tool called [httpie][httpie] to test our server. It has much nicer formatting and makes our output easier to read. This is especially useful when testing.
curl http://127.0.0.1:8000/snippets/
You can install httpie on all operating systems using pip: