git clone the app and run bundle install
git clone [email protected]:bluethumbart/blog-server.git
cd blog-server
bundle install
shotgun -p 4000
An API server will be running on http://localhost:4000
GET /posts
POST /posts
GET /posts/:id
GET /posts/:id/comments
POST /posts/:id/comments