17 Commits

Author SHA1 Message Date
fe358e44a3 add Database migrations 2025-04-03 14:01:46 +02:00
ce4e5848db fix: unserializable objects in HTTP-responses
All checks were successful
.NET Tests / test (push) Successful in 1m18s
2025-04-03 13:33:05 +02:00
3d0d9faf12 Add unfinished entry point
Some checks failed
.NET Tests / test (push) Failing after 1m28s
2025-04-03 11:11:45 +02:00
83fc5bdb1d API: Add StreetController 2025-04-03 11:08:23 +02:00
2a68fa8257 Application: Add StreetService 2025-04-03 11:05:50 +02:00
db51476d4d update dependencies 2025-04-03 11:04:44 +02:00
d2c1c61830 Application: Add CreateStreetDTO 2025-04-03 11:04:37 +02:00
cfaf05fa1d Application: Add CoordinateDTO 2025-04-03 11:04:23 +02:00
5074cb5696 Application: Add AddPointDTO 2025-04-03 11:04:12 +02:00
f12822b7de Application: Add GetStreetDTO 2025-04-03 11:04:02 +02:00
c3567fcd59 Infrasctructure: Add StreetRepository 2025-04-03 11:03:00 +02:00
226e5e4e3e Infrasctructure: Update StreetDBContext with Street Entity 2025-04-03 11:02:22 +02:00
3a40657b1d Domain: Add Street Entity 2025-04-03 11:01:53 +02:00
aa1f06e51a Dependency: Add EF Core 2025-04-02 09:40:11 +02:00
48afaeec3f Infrastructure: Add DB Context 2025-04-02 09:31:50 +02:00
8118f3e24e add partial class to program entry for testing framework 2025-04-02 09:30:15 +02:00
48cddd4208 initial commit 2025-03-31 08:47:11 +02:00