Quick Guide to cURL
GET request
curl http://localhost:8000/tweets
POST to server
curl -X POST -d tweet=hello%20world http://localhost:8000/tweets
curl http://localhost:8000/tweets
curl -X POST -d tweet=hello%20world http://localhost:8000/tweets