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
- Host: GitHub
- URL: https://github.com/ryan-gordon/server-side-rad
- Owner: Ryan-Gordon
- License: gpl-3.0
- Created: 2017-01-24T12:05:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T18:54:19.000Z (over 8 years ago)
- Last Synced: 2025-01-20T04:18:04.619Z (9 months ago)
- Topics: boot, bootstrap, rad, spring
- Language: Java
- Homepage:
- Size: 762 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 DateThese models have been given in the skeleton code for the project and their dependencies already set up.
## Screenshots
### Orders Page

### Orders page; Sidemenu hidden

#### Small screen version
## Order Exceptions

