JSON generator api

Fundamentals

Generate a JSON file from a api using express & axios.

Libraries

express & axios.

Start server

Execute:

npm install
node index.js

Requests from axios (./axios)

node axios-(filename)

-   addPost
-   delPost
-   findPost
-   getPosts
-   updatePost