Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilKes authored Feb 13, 2024
1 parent 034ba66 commit e3f7a4b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,23 @@ Add it to the `application.properties` in the `tmdbApi.apikey` value.
* QRCode Scanning of Reservation to validate tickets


## Database - PostgreSQL <img src="./doc/postgresql.png" width="26">
* PostgreSQL image from <a href="https://hub.docker.com/_/postgres" target="_blank">Dockerhub</a>
* Persistent **Data layer** for Movies, Shows, User etc.
## Database - H2
* In-memory **Data layer** for Movies, Shows, User etc.
* (Postgresql was replaced with H2 to be able to user Free Tier on Azure)

## Docker <img src="./doc/docker.png" width="32">
Full Docker Support with **Docker-compose**

* To build and run the Fullstack Application from local Dockerfiles:
```shell
mvn clean install
docker-compose -f docker-compose-local.yml up --build
docker compose -f docker-compose-local.yml up --build
```

* To run the Fullstack Application from latest <a href="https://hub.docker.com/u/philkes" target="_blank">Dockerhub images</a>:

`docker-compose up --build`


* Starts and initializes **MySQL** database

* Starts **Spring** REST API exposed to

<a href="http://localhost:8080/api" target="_blank">http://localhost:8080/api</a>
Expand Down

0 comments on commit e3f7a4b

Please sign in to comment.