auth0 full stack example + React +flickr2.jdl Photo Album

 https://github.com/oktadev/auth0-full-stack-java-example


https://auth0.com/blog/full-stack-java-with-react-spring-boot-and-jhipster/#Make-Your-Full-Stack-Java-App-Into-a-PWA





entity Album {
title String required
description TextBlob
created Instant
}
entity Photo {
title String required
description TextBlob
image ImageBlob required
height Integer
width Integer
taken Instant
uploaded Instant
}
entity Tag {
name String required minlength(2)
}
relationship ManyToOne {
Album{user(login)} to User
Photo{album(title)} to Album
}
relationship ManyToMany {
Photo{tag(name)} to Tag{photo}
}
paginate Album with pagination
paginate Photo, Tag with infinite-scroll

Σχόλια