Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droidzed/5sim3-g1-projet4-spring-angular
https://github.com/droidzed/5sim3-g1-projet4-spring-angular
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/droidzed/5sim3-g1-projet4-spring-angular
- Owner: DroidZed
- Created: 2023-10-06T16:41:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T08:38:36.000Z (about 1 year ago)
- Last Synced: 2024-10-04T06:22:26.642Z (about 2 months 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 !