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

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

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.