Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 365 Bytes

File metadata and controls

14 lines (11 loc) · 365 Bytes

NodeJS Images Framework

Well structured NodeJS project to manage and sort images.

Features:

  • Use express.js to build rest api.
  • Add routes which contains the requests to pixabay api with:
  • Sorting function on the images by id or date.
  • Support Pagination functionality according to the client side requirements.

Install

npm i && npm start