Commits on Source (39)
-
Lukáš Kratochvíl authored
-
Lukáš Kratochvíl authored
fix: server Dockerfile - corrected final step - using RUN instruction instead of the CMD as a preparation for a multi-stage
-
Lukáš Kratochvíl authored
-
Lukáš Kratochvíl authored
feat: docker-compose - added mapping of package*.json files from the host to the container, added comments describing what is happening and why
-
Lukáš Kratochvíl authored
-
Lukáš Kratochvíl authored
-
Lukáš Kratochvíl authored
feat: client Dockerfile - added comments so we understand what is happening and why, fix: corrected copying of package-lock.json
-
Lukáš Kratochvíl authored
feat: client Dockerfile - added USER instruction so we do not run under the root user, added TODO comment
-
Lukáš Kratochvíl authored
-
Lukáš Kratochvíl authored
-
Lukáš Kratochvíl authored
-
Tomáš Havlíček authored
-
Tomáš Havlíček authored
-
Tomáš Havlíček authored
-
Tomáš Havlíček authored
Finishing touches See merge request xhavlic/pb138-film-database-group-project!8
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
fix: used UseGuards decorator with AuthorizationGuard for POST, PATCH and DELETE requests in MoviesController
-
Martin Korec authored
-
Martin Korec authored
fix: used UseGuards decorator with AuthorizationGuard for POST, PATCH and DELETE requests in DirectorsController
-
Martin Korec authored
-
Martin Korec authored
fix: used UseGuards decorator with AuthorizationGuard for POST, PATCH and DELETE requests in CategoriesController
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
-
Martin Korec authored
Merge remote-tracking branch 'origin/frontend-api-connect-home-browse' into frontend-api-connect-home-browse
Showing
- backend/Dockerfile 39 additions, 5 deletionsbackend/Dockerfile
- backend/src/api/movies/dto/movies-query.ts 5 additions, 5 deletionsbackend/src/api/movies/dto/movies-query.ts
- docker-compose.yml 12 additions, 1 deletiondocker-compose.yml
- frontend/Dockerfile 12 additions, 3 deletionsfrontend/Dockerfile
- frontend/src/components/About.tsx 2 additions, 2 deletionsfrontend/src/components/About.tsx
- frontend/src/components/MoviePage.tsx 1 addition, 1 deletionfrontend/src/components/MoviePage.tsx
- frontend/src/components/PreviewBox.tsx 1 addition, 1 deletionfrontend/src/components/PreviewBox.tsx