July 2017
Intermediate to advanced
374 pages
8h
English
Since we have initialized our MongoDB database, it's time to rewrite our microservices functions to store and retrieve data from MongoDB instead of SQLite 3.
Previously, we used the curl command to get a response from the API; instead of that, we will use a new tool called POSTMAN (https://www.getpostman.com), which is an application that will help you build, test, and document your APIs faster.
POSTMAN is supported by both Chrome and Firefox, as it can be integrated very easily as an add-on.
First, we will modify the api_version info API to collect the information from MongoDB ...