photo-album-manager-spring-maven

Photo Album Manager API

Prereqs:

  • Java 8
  • Maven

Installing:

Data:

  • Data import will happen upon running the Maven project

API Requests:

  • localhost:8080/albums will show all Albums in the system.
  • localhost:8080/3 will show Album with id of 3
  • localhost:8080/{albumId}/photos will show the Photos related to a particular Album.
  • localhost:8080/{albumId}/photos/{id} will show a Photo with {id} in the Album.