An open API service indexing awesome lists of open source software.

https://github.com/codebloodedmama/dab_2

DAB HandIn2
https://github.com/codebloodedmama/dab_2

Last synced: over 1 year ago
JSON representation

DAB HandIn2

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)