Skip to content

piotrtomiak/crud-spring-boot-2-and-angular-7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.7%
  • Java 13.3%
  • HTML 9.2%
  • JavaScript 8.4%
  • CSS 1.4%