AIA Back-end

Fullname: Wahyu Fatur Rizki

Linkedin: https://www.linkedin.com/in/wahyu-fatur-rizky/

Test: AIA

Project name: Flickr Back End

Project stack NodeJs, ExpressJs, Axios, and standard ExpressJs dependcies like cors, path, and server-icon,.

Documentation

API documentation:

  1. Feed API:
    GET / example: GET / will get public Flickr feed images
    based on https://api.flickr.com/services/feeds/photos_public.gne?format=json API

  2. Search API:
    GET /[keyword]/[image number per page]/[page]
    example: GET /car/10/1 will get 10 images related 'car' keyword on page 1
    based on https://api.flickr.com/services/rest/?format=json&method=flickr.photos.search API

Related ( My Frontend test result )

The Front-End ( My Frontend Take Home Assignment ) result is in AIA Frontend Test

please review the code and feel free to comments :)