In iBook App Development with Swift's guided Project Restaurant
(chapter 5, page 837)
>> Build and run your app with the server running. You should see a list of the categories that you defined back in menu.json.
Problem :
- Nothing appears on the table view controller
- Enter http://localhost:8090/categories into the browser, but the server returns nothing.
server response: { "categories" : [ ] }