Skip to content

Commit

Permalink
fix: updated dependencies and run config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Boudard committed Oct 9, 2024
1 parent dbedd4d commit c519356
Show file tree
Hide file tree
Showing 5 changed files with 19,504 additions and 12,952 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ mvn spring-boot:start

Open your localhost http://localhost:8080

## Running with the Angular CLI and Spring Boot

If you want to run the Angular CLI and Spring Boot server separately, you can do that with two terminals.
The Angular server will run on port 4200 and the Spring Boot server will run on port 8081.
```bash
cd src/angular
npm run start:sb
```


## Alternative with json-server
If you want to use the json server mock database just follow these instructions :
- Install json-server
Expand All @@ -61,7 +71,7 @@ npm install -g json-server
- Run the commands :
```bash
cd src/angular
npm run start
npm run start:json
npm run dbmock
```

Expand Down
Loading

0 comments on commit c519356

Please sign in to comment.