init commit

This commit is contained in:
2022-08-04 19:21:55 -05:00
commit 6c3f574fd9
65 changed files with 1818 additions and 0 deletions

15
APITest2/appsettings.json Normal file
View File

@@ -0,0 +1,15 @@
{
"BookstoreDatabase": {
"ConnectionString": "insert_constring_here",
"DatabaseName": "testdb_cs",
"BooksCollectionName": "BooksCollection"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}