https://github.com/knowledgefactory4u/spring-boot-3-jpa-angular-15-material-crud
Spring Boot 3 + Angular 15 + Material - Full Stack CRUD Application Example
https://github.com/knowledgefactory4u/spring-boot-3-jpa-angular-15-material-crud
Last synced: 5 months ago
JSON representation
Spring Boot 3 + Angular 15 + Material - Full Stack CRUD Application Example
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/spring-boot-3-jpa-angular-15-material-crud
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2023-10-20T17:52:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T18:19:46.000Z (over 1 year ago)
- Last Synced: 2024-11-14T20:32:08.823Z (8 months ago)
- Language: TypeScript
- Homepage: https://www.knowledgefactory.net/2023/10/spring-boot-3-angular-15-material-full-stack-crud-application-download.html
- Size: 229 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot 3 + Angular 15 + Material - Full Stack CRUD Application Example
![]()
Backend Local setup:
```
Step 1: Download or clone the source code to a local machine.Step 2: mvn clean install
Step 3: Run the application or mvn spring-boot:run
```Frontend Local setup:
```
Step 1: The npm install installs all modules that are listed on package.json file and their dependencies
npm installStep 2: Run the Frontend application
ng serve
```Hit http://localhost:4200 link in a browser