Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 940 Bytes

File metadata and controls

57 lines (38 loc) · 940 Bytes

CRUD App with Angular 7.0 and Spring Boot 2.1

Application contains two modules:

Technology stack:

  • Java 8
  • Angular 7.0
  • Angular Material
  • Angular CLI
  • Spring Boot 2.1
  • Gradle

Prerequisites:

  • Java 8
  • Node.js 8+

Getting Started

To install this example application, run the following commands:

git clone https://github.com/pchrzasz/crud-spring-boot-2-and-angular-7.git
cd crud-spring-boot-2-and-angular-7

To run the server, cd into the server folder and run:

gradle bootRun

To run the client, cd into the client folder and run:

npm install && npm start

Exposed ports:

GUI: :4200
BE:  :8080

Development

To build the application and start a web server (auto update during development)

ng serve