Sign inSign up

joeblakeb/booklist

By joeblakeb

Updated almost 4 years ago

BookList

Image
0

294

joeblakeb/booklist repository overview

JoeBlakeB/Booklist

Demo GitHub

Joe Baker's Application of Programming Principles Assignment eBook library.

Source code at GitHub, demo at app-assignment-booklist.joeblakeb.com

Example Screenshot

Using Docker

docker run -d \
  --name=booklist \
  -p 8080:8080 \
  -v </your/local/data/dir>:/data \
  --restart=always \
  joeblakeb/booklist:latest

Misc

  • Copyright © JoeBlakeB (Joe Baker), All Rights Reserved
  • Documentation for the servers API is in the API Reference file
  • Client tested with Firefox and Chrome on Linux, Windows, and Android
  • Button icon SVGs from Papirus Icon Theme

Tag summary

Content type

Image

Digest

sha256:ab014ee95

Size

348.2 MB

Last updated

almost 4 years ago

docker pull joeblakeb/booklist