https://github.com/droidzed/5sim3-g1-projet4-spring-angular
https://github.com/droidzed/5sim3-g1-projet4-spring-angular
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/droidzed/5sim3-g1-projet4-spring-angular
- Owner: DroidZed
- Created: 2023-10-06T16:41:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T08:38:36.000Z (over 2 years ago)
- Last Synced: 2025-02-04T15:49:29.876Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevOps Academic Project
### 1. How to install:
- Clone repo with git clone `url`
- Go into `DevOps_Project` and run `mvn clean && mvn validate && mvn compile`
- Go inside of `DevOps_Project_Front` and run `npm i`
N.B: Make sure you have: `node`, `angular cli` and `maven` setup !
### 2. How to run:
Create a makefile containing the commands below, or execute them one by one, in different shells:
* `cd DevOps_Project_Front && ng serve`
* `cd DevOps_Project && mvn spring-boot:run`
Happy coding !