# PostgreSQL samples

| Name | Description |
|------|-------------|
| [Go / NGINX / PostgreSQL](https://github.com/docker/awesome-compose/tree/master/nginx-golang-postgres) | A sample Go application with an Nginx proxy and a PostgreSQL database. |
| [PostgreSQL / pgAdmin](https://github.com/docker/awesome-compose/tree/master/postgresql-pgadmin) | A sample setup for postgreSQL database with pgAdmin web interface. |
| [React / Rust / PostgreSQL](https://github.com/docker/awesome-compose/tree/master/react-rust-postgres) | A sample React application with a Rust backend and a Postgres database. |
| [Spring / PostgreSQL](https://github.com/docker/awesome-compose/tree/master/spring-postgres) | A sample Java application with Spring framework and a Postgres database. |
| [Nextcloud / PostgreSQL](https://github.com/docker/awesome-compose/tree/master/nextcloud-postgres) | A sample Nextcloud setup. |
| [example-voting-app](https://github.com/dockersamples/example-voting-app) | A sample Docker Compose app. |
| [atsea-sample-shop-app](https://github.com/dockersamples/atsea-sample-shop-app) | A sample app that uses a Java Spring Boot backend connected to a database to display a fictitious art shop with a React front-end. |
| [wordsmith](https://github.com/dockersamples/wordsmith) | A demo app that runs three containers, including PostgreSQL, Java, and Go. |
