Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/knowledgefactory4u/springboot3-angular14-crud

Spring Boot 3 + Angular 14 CRUD Application Example
https://github.com/knowledgefactory4u/springboot3-angular14-crud

angular14 crud h2-database spring spring-boot springboot3 springdatajpa

Last synced: about 12 hours ago
JSON representation

Spring Boot 3 + Angular 14 CRUD Application Example

Awesome Lists containing this project

README

        

# Spring Boot 3 + 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