https://github.com/knowledgefactory4u/springboot3-postgresql-angular14-crud
Spring Boot 3 + PostgreSQL + Angular 14 CRUD Application Example
https://github.com/knowledgefactory4u/springboot3-postgresql-angular14-crud
angular14 crud postgresql springboot springboot3
Last synced: 3 months ago
JSON representation
Spring Boot 3 + PostgreSQL + Angular 14 CRUD Application Example
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/springboot3-postgresql-angular14-crud
- Owner: knowledgefactory4u
- Created: 2023-01-14T06:39:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T16:19:05.000Z (over 1 year ago)
- Last Synced: 2025-03-25T17:23:30.362Z (3 months ago)
- Topics: angular14, crud, postgresql, springboot, springboot3
- Language: TypeScript
- Homepage: https://www.knowledgefactory.net/2023/01/spring-boot-3-postgresql-angular-14-crud-example.html
- Size: 211 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot 3 + PostgreSQL + Angular 14 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
Add User
![]()
Update User
![]()
List of Users
![]()