An open API service indexing awesome lists of open source software.

https://github.com/ryan-gordon/server-side-rad

A module focussing on Spring Boot and building data orientated apps with Java
https://github.com/ryan-gordon/server-side-rad

boot bootstrap rad spring

Last synced: 7 months ago
JSON representation

A module focussing on Spring Boot and building data orientated apps with Java

Awesome Lists containing this project

README

          

# Server-Side-RAD

## Project

The project is a java application which uses the Spring Boot Framework.

### Requirements
The application should be written in Spring Boot based on the skeleton application, and should use the Spring MVC n-tier architecture – Controllers, Services, Repositories, Views, with the appropriate data/logic in each tier.
The Model for the application consists of three objects:
#### Product
+ Product ID
+ Description
+ Quantity In Stock

#### Customer
+ Customer ID
+ Customer Name


#### Order
+ Order ID
+ Order Quantity
+ Order Date

These models have been given in the skeleton code for the project and their dependencies already set up.

## Screenshots

### Orders Page

![order page](http://i.imgur.com/qRiFeLM.png)

### Orders page; Sidemenu hidden

![order page](http://i.imgur.com/R3OImre.png)
#### Small screen version

![order page](http://i.imgur.com/3VNBWxZ.png)

## Order Exceptions
![nosuchcust](http://i.imgur.com/IcoVrBI.png)
![nostock](http://i.imgur.com/bboURhN.png)