# teat **Repository Path**: mfj0v0/teat ## Basic Information - **Project Name**: teat - **Description**: test the ci/cd - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-14 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lab 12 & Final Exam Repository **Student:** Tom (2023901563) - Group 1 This repository contains: - Lab 12 Exercise 1: Docker Compose deployment of a Flask app + PostgreSQL (starter provided) - Lab 12 Exercise 2: Self-hosted Gitea server with PostgreSQL and SSH support - Final Exam: Movie Rating API (Spring Boot) with tests, Docker, and Gitea Actions CI/CD Branch: `2023901563` ## Quick Start (Lab 12 + Exam) ```bash # Start everything (Gitea + Movie API + DB) docker compose up -d --build # Access: # - Movie API: http://localhost:8080/movies # - Gitea Web UI: http://localhost:3000 (register first user as admin) # - Gitea SSH: port 2222