diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-08 19:11:13 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-08 19:11:13 +0300 |
| commit | dae67c688f7d02c658c583ac63e63104a62092ba (patch) | |
| tree | e1c20d1e36e6db412e6fbdd5e9aa510bbb912834 | |
| parent | 6ca6aec580f59e94cc01517e2c9521708b055f9d (diff) | |
| download | it-kariera-exam-template-dae67c688f7d02c658c583ac63e63104a62092ba.tar it-kariera-exam-template-dae67c688f7d02c658c583ac63e63104a62092ba.tar.gz it-kariera-exam-template-dae67c688f7d02c658c583ac63e63104a62092ba.zip | |
Fixed database reference link
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ A template that could be useful for the final IT-kariera exam in 2021 Outside of having installed and configured ASP.NET and a database, all you need to do is: - Create an `appsettings.Develoment.json` file in `ExamTemplate/Web` that is a direct copy of `appsettings.json`, but you put in your connection string -- Optional: Change the database the project uses (refer to [Database](#Database)) +- Optional: Change the database the project uses (refer to [Database](#database)) The template is setup to automatically apply migrations and it comes by default with some. |
