ITU-BDSA2024-GROUP23 / Chirp

🐥 Chirp platform
https://bdsagroup23chirprazor.azurewebsites.net
Apache License 2.0
0 stars 0 forks source link

Find better way get path of database #23

Closed Kanerix closed 1 month ago

Kanerix commented 1 month ago

This code is very ugly and can easily break: https://github.com/ITU-BDSA2024-GROUP23/Chirp/blob/0cfcf4a935faa8aba267f5039b467f11e20a7230/src/Chirp.CLI/Program.cs#L9

victormemborg commented 1 month ago

Make sure that the path works when running the tests (both end2end and unit tests) and the application.

Kanerix commented 1 month ago

Actually this will be removed when database is migrated to a web service, so lets just wait for that and not fix this.