2
0

5 Commits

Author SHA1 Message Date
c3c8c85afe Some small improvements for clarity.
* PostModel -> PostDto
* 404 test case
* README
2026-02-18 10:41:52 +01:00
f1c0021ad3 Use a local SQLite3 backend instead of PostgreSQL Docker container.
* The provided SQLite3 database contains the required schemas, but no data and can be reset to if required.
* Remove all references to PostgreSQL in documentation and configuration.
* Replace native sqlite3 command with a console app to remove dependency on SQLite3 installation.
2026-02-17 16:25:49 +01:00
b61e6a6cc7 Update README. 2025-10-28 18:21:21 +01:00
cf91281a51 Initial exercise setup.
Additions

* Instructions for manually starting the database.
* Each phase now has a success criteria with how to verify.
* Troubleshooting section for working with the Docker DB container.
* All phases of the exercise are described in README.md (with as little advanced hints as possible).
* DFD to illustrate phase 1
* Debugging starts the database container and applies schema migrations (no setup required).
* Launch settings for VS Code, VS 2022 and Rider (IntelliJ IDEA).
* Swagger UI is available at <http://localhost:8080/swagger/index.html> for testing.
2025-07-24 17:10:10 +02:00
5a6009b76d Initial commit 2025-06-24 14:25:07 +02:00