Date: 06-03-2021
Image contents:
- Java 1.8
- Scala 2.12.12
- sbt 1.4.7
- node 15.12.0
- npm 7.6.3
Images are available on dockerhub.
Verifying image contents:
IMG="..."
docker run --rm -it $IMG java -version
docker run --rm -it $IMG scalac -version
docker run --rm -it $IMG node -v
docker run --rm -it $IMG npm -v
Veryfing sbt
version works too, but takes a long time because sbt
initializes a new project and downloads .jars
only to output its own version.
docker run --rm -it $IMG sbt sbtVersion
- Product
- (product) Category
- Currency
- User
- Review
- Cart
- Order
- Invoice
- Address
- Promotion
- WishList
- overall project scaffold + server-rendered pages - https://github.com/kprzystalski/ebiznes2021/tree/9e838bbdeb72c8d7cc76e04af53e04eb177b9c5c/play-crud-example
- JSON API - https://github.com/kprzystalski/ebiznes2021/tree/master/oauth2/backend
- OAuth setup - https://github.com/kprzystalski/ebiznes2021/tree/55158d9cbdf15b34453945eba21aac12ff9083d3/oauth2/backend
- scala 2.12
- play-slick 4.0.0
- play 2.7
- slick 3.3