Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 !