37 Commits

Author SHA1 Message Date
822651fb68 CI: restore dependencies after checking in with cache
All checks were successful
.NET Tests / test (push) Successful in 1m19s
2025-04-03 18:39:15 +02:00
78d5fac91e update README with comment about database migrations
All checks were successful
.NET Tests / test (push) Successful in 1m31s
2025-04-03 18:36:07 +02:00
a8f978b82b Fix: Migrations are now done once with a specialised container instead of startup
All checks were successful
.NET Tests / test (push) Successful in 1m32s
2025-04-03 18:34:17 +02:00
a9de9c3a4c update README
Some checks failed
.NET Tests / test (push) Failing after 1m23s
2025-04-03 14:02:14 +02:00
bdb52d9faf add deployment configurations 2025-04-03 14:02:09 +02:00
975dfb2086 finalize entry point to program 2025-04-03 14:01:54 +02:00
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
421d33df99 Tests: Remove old DBContext to use custom Testcontainer DB 2025-04-03 13:32:15 +02:00
418153ffce remove debug message 2025-04-03 13:31:44 +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
90df1edf75 changed tests to use streets with at least two points and compare assertions via JSON Fluent Assertions 2025-04-03 10:48:45 +02:00
dc122ec2d9 changed method flag to be a boolean 2025-04-03 10:48:10 +02:00
1577465024 Add NetTopologySuite to Tests 2025-04-03 10:47:34 +02:00
ca55f34b8a CI: update cache-key
Some checks failed
.NET Tests / test (push) Failing after 1m17s
2025-04-02 09:51:06 +02:00
0e5ed29806 CI: use newer .NET version
Some checks failed
.NET Tests / test (push) Failing after 1m45s
2025-04-02 09:48:53 +02:00
075fab8658 add CI workflow
Some checks failed
.NET Tests / test (push) Failing after 1m34s
2025-04-02 09:43:16 +02:00
aa1f06e51a Dependency: Add EF Core 2025-04-02 09:40:11 +02:00
53a0010084 add Tests for TDD 2025-04-02 09:34:17 +02:00
4054629ad7 add Testing Framework 2025-04-02 09:32:19 +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
0254363d0c update gitignore 2025-04-02 09:29:28 +02:00
9fab2b0d89 README: specify geometry type of API 2025-04-02 09:28:35 +02:00
8cc71f279d add API Documentation to README 2025-03-31 09:41:22 +02:00
23c602b07a add README 2025-03-31 08:48:41 +02:00
48cddd4208 initial commit 2025-03-31 08:47:11 +02:00