Just static data, for learning purpose. All in JSON.
npm install
node index.js
- Open
http://localhost:3000
on your web browser host/articles
to load an array of articleshost/articles?id=1
to load article with ID == 1host/image/1
to load image of the article with ID == 1