Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kpidiba/spring_boot_angular_simple_app
- Owner: kpidiba
- Created: 2023-05-18T10:36:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T15:31:48.000Z (7 months ago)
- Last Synced: 2024-04-23T16:51:09.535Z (7 months ago)
- Language: TypeScript
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```