Skip to content

gellertnagy/SpringBootAngular4Crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore (Angular Frontend & SpringBoot Backend)

angular4

Prerequisites

  • Java 8
  • Maven 3.3.9+
  • Node 6.0+ ,
  • npm 5+,
  • Angular-cli 1.6.3

Features of the Project

  • Backend

    • Token Based Security
    • In Memory DB with H2
    • Using JPA and JDBC template to talk to relational database
    • How to request and respond for paginated data
  • Frontend

    • Organizing Components, Services, Directives, Pages etc in an Angular App
    • Lazy load data
    • Routing and guarding pages that needs authentication
    • Basic visulaization

Angular

npm install ng serve

Add/Remove/Edit Configurations on http://localhost:4200/

Backend

IntelliJ IDEA Run the main class

About

Angular4 with spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 60.1%
  • TypeScript 24.3%
  • HTML 9.3%
  • JavaScript 4.3%
  • Other 2.0%