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 Apr 9, 2024
1 parent e3f7a4b commit a22587d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ This is a showcase project for a **Full Stack Web Application** for a cinema ope
* Role-based **JWT Token** Authentication
* Access to <a href="https://developers.themoviedb.org/3" target="_blank">TMDB Movie Database API</a>

Note: You need to get your own TMDB API Key to run the backend on your local machine.
Add it to the `application.properties` in the `tmdbApi.apikey` value.
__Note: You need to get your own TMDB API Key to run the backend on your local machine, add it to the `application.properties` in the `tmdbApi.apikey` value.__

## Frontend - Vue <img src="./doc/nuxt.png" width="30">
* Vue **User Interface** with Nuxt.js
Expand Down Expand Up @@ -61,6 +60,8 @@ docker compose -f docker-compose-local.yml up --build

A preview version is deployed at https://philkes.github.io/movieland/

__Note: The backend API calls can be slow, since it is deployed on the free tier of Azure__

## Development
To start all services to develop the Backend:
```shell
Expand Down

0 comments on commit a22587d

Please sign in to comment.