- This repository contains school-related Java server-side project work for an imaginary book store with required/necessary back-end features & course requirement description.
- This repository, although it contains references to my website domain (`com.fjordtek`), is not in production use in my [public server environment](https://fjordtek.com).
## Overview
### Front page
![](images/page_home.png)
_Front-end home page view with user sign-in form._
------------------------------
### Normal user view
![](images/page_user_front.png)
_Normal user view for the bookstore: get basic information of published books._
------------------------------
### Sales manager view
![](images/page_salesmanager_front.png)
_Sales manager view for the bookstore: view, edit and add books. Get published and unpublished books._
------------------------------
### Administration view
![](images/page_admin_front.png)
_Administration view for the bookstore: view, edit, delete and add books. Get published and unpublished books. Access REST API._