Skip to content

thebestofAKB/springboot3-postgresql-angular14-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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 install

Step 2: Run the Frontend application 
ng serve

Hit http://localhost:4200 link in a browser

Add User

Update User

List of Users

About

Spring Boot 3 + PostgreSQL + Angular 14 CRUD Application Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 53.1%
  • Java 26.8%
  • HTML 14.5%
  • JavaScript 5.3%
  • SCSS 0.3%