Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

jschen3/angular2_server

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular2 Server

Spring boot rest server for the angular2 website project. Provides a rest server back end to create page objects and page manipulations that are displayed in the angular2 website.

How to run

mvn spring-boot:run

Significant Features

Swagger documentation: localhost:8080/swagger-ui.html

PageObject controls each pages individual view.

A PageObject consists of the following attributes baseUrl: url to find the page
elementUrl: name of the element
childPageObjects: array of child objects allows embedding of any amount of objects in page
componentType : every type of page object available currently image, text, link, etc
content: the content of the pageobject style: css style of the page object

All page objects are served with the following url: localhost:8080/pages/{name of page}

Page objects are placed in the pages directory

Swagger Documentation Image

alt text

About

Spring boot rest server for the angular2 website project. Provides a rest server back end to create page objects and page manipulations that are displayed in the angular2 website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.