feat: first commit

This commit is contained in:
2025-11-28 15:53:39 +01:00
commit c76592aa65
110 changed files with 791 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package local.epul4a.fotosharing;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class FotoSharingApplicationTests {
@Test
void contextLoads() {
}
}