https://github.com/baratharivazhagan/angular5-springboot2-microservice
https://github.com/baratharivazhagan/angular5-springboot2-microservice
angular5 reactive-programming spring-boot spring5
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/baratharivazhagan/angular5-springboot2-microservice
- Owner: BarathArivazhagan
- Created: 2018-01-08T16:35:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T04:12:22.000Z (about 8 years ago)
- Last Synced: 2025-02-13T15:29:44.261Z (over 1 year ago)
- Topics: angular5, reactive-programming, spring-boot, spring5
- Language: TypeScript
- Size: 488 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular5-springboot2-microservice
1. spring-boot-2 microservice
2. angular-5-application
# Steps to build and deploy the application
* clone the repository
```
$ git clone https://github.com/BarathArivazhagan/angular5-springboot2-microservice.git
```
* Build inventory-reactive-app
```
$ cd inventory-reactive-app
$ ./mvnw clean install -DskipTests
```
* Deploy inventory-reactive-app
```
$ cf push
```
* Build angular5-inventory-app
```
$ cd angular5-inventory-app
$ npm run dist
```
* Deploy angular5-inventory-app
```
$ cd dist
$ cf push
```