Skip to content

senolatac/spring-boot-angular-admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Product Management System And Admin Panel, Spring Boot, Angular 7, MySQL, Hibernate, Liquibase

The application structure is as follows.

  • server-product-management - Microservice implemented using Spring boot. More info
  • client-product-management - A NodeJs application implemented using Angular 7. This consumes services hosted by server side. More info

Build

1) Build Server Side

$ cd server-product-management
$ gradlew bootJar
$ gradlew bootRun

2) Build and run client side

$ cd client-product-management
$ ng serve

Access server side using following URL

http://localhost:8080

Access application using following URL

http://localhost:4200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published