Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kpidiba/spring_boot_angular_simple_app

BASIC CRUD ANGULAR SPRING BOOT REST API
https://github.com/kpidiba/spring_boot_angular_simple_app

Last synced: 2 days ago
JSON representation

BASIC CRUD ANGULAR SPRING BOOT REST API

Awesome Lists containing this project

README

        

# spring_boot_angular_simple_app

Run Spring Boot application

```
mvn spring-boot:run
```

The Spring Boot Server will export API at port `8081`.

## Run Angular Client

```
npm install
ng serve --port 8081
```