NodeJS — Make Your API Response Nicely
Hi friends, it’s been a while since write again in Medium. Let’s talk about API in NodeJS shall we?
The requirement for following this article
Very basic JavaScript.
Very basic NodeJS / ExpressJS.
Very basic API.
Tools that you must have to follow this article
1. NodeJS
The important thing is NodeJS itself, you can download in here (https://nodejs.org/en). I recommending install the LTS version, I currently used v12.2.0.
2. Postman
Postman is a powerful and friendly UI app for making an...
JavaScript
Node.js
expressJS
1350