From a22587dc5b711e25663c838dfb6ee526b3e0a421 Mon Sep 17 00:00:00 2001 From: Phil <39240633+PhilKes@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:36:22 +0200 Subject: [PATCH] doc: update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 839eb34..c0552d5 100644 --- a/README.md +++ b/README.md @@ -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 TMDB Movie Database API -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 * Vue **User Interface** with Nuxt.js @@ -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