https://github.com/codebloodedmama/dab_2
DAB HandIn2
https://github.com/codebloodedmama/dab_2
Last synced: over 1 year ago
JSON representation
DAB HandIn2
- Host: GitHub
- URL: https://github.com/codebloodedmama/dab_2
- Owner: CodeBloodedMama
- Created: 2022-10-31T08:10:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T12:48:10.000Z (over 3 years ago)
- Last Synced: 2025-01-23T07:15:11.473Z (over 1 year ago)
- Language: C#
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DAB_2
DAB HandIn2:
Municipality facilities database implemented with EFCore.
Participants:
Christina S. Købke
Marcin Szymanek
Elisbeth Lennert
SW4DAB@AU
# OBS
This project is configured to use SQL server with appsettings.js in project directory. To test the project locally you need to:
- setup your local SQL server in fx. Docker
- add your own appsettings.js with the following content:
{
"ConnectionStrings" : {
"MyConnString" : "Data Source=127.0.0.1,1433;Database=FacilitiesDb;User Id=sa;Password=;TrustServerCertificate=True"
}
}
and apply migrations via PackageManager/dotnet cli (update database)