https://github.com/zazk/angular-springboot-docker-compose-example
Angular 15, Spring Boot, PostgreSQL Example
https://github.com/zazk/angular-springboot-docker-compose-example
Last synced: about 1 month ago
JSON representation
Angular 15, Spring Boot, PostgreSQL Example
- Host: GitHub
- URL: https://github.com/zazk/angular-springboot-docker-compose-example
- Owner: zazk
- Created: 2023-04-23T17:46:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T18:02:04.000Z (about 3 years ago)
- Last Synced: 2025-02-26T09:28:54.710Z (over 1 year ago)
- Language: TypeScript
- Size: 264 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 15 + Spring Boot + PostgreSQL + Docker Compose Project
Angular Project uses Standalone Component and Angular Query ( https://tanstack.com/query/v4/docs/react/community/angular-query )
## Docker run
Runs PostgreSQL Container
```
docker-compose up
```
## Backend
Tested with Intellj IDEA
runs on
```
http://localhost:8080/api/tasks
```
## Frontend
Tested with Intellj IDEA
runs on
```
http://localhost:4200/tasks
```
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.6.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.