Spaces:
Sleeping
Sleeping
Commit ·
342a1e4
1
Parent(s): 258d719
chore: remove frontend project files and configuration
Browse files- LibraryManagement.Frontend/LibraryManagement.Frontend.csproj +0 -13
- LibraryManagement.Frontend/Program.cs +0 -6
- LibraryManagement.Frontend/Properties/launchSettings.json +0 -38
- LibraryManagement.Frontend/appsettings.Development.json +0 -8
- LibraryManagement.Frontend/appsettings.json +0 -9
- LibraryManagement.Frontend/wwwroot/css/Style.css +0 -2
- LibraryManagement.Frontend/wwwroot/index.html +0 -10
- LibraryManagement.Frontend/wwwroot/js/app.js +0 -1
LibraryManagement.Frontend/LibraryManagement.Frontend.csproj
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
<Project Sdk="Microsoft.NET.Sdk.Web">
|
| 2 |
-
|
| 3 |
-
<PropertyGroup>
|
| 4 |
-
<TargetFramework>net8.0</TargetFramework>
|
| 5 |
-
<Nullable>enable</Nullable>
|
| 6 |
-
<ImplicitUsings>enable</ImplicitUsings>
|
| 7 |
-
</PropertyGroup>
|
| 8 |
-
|
| 9 |
-
<ItemGroup>
|
| 10 |
-
<PackageReference Include="FirebaseAdmin" Version="3.5.0" />
|
| 11 |
-
</ItemGroup>
|
| 12 |
-
|
| 13 |
-
</Project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LibraryManagement.Frontend/Program.cs
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
var builder = WebApplication.CreateBuilder(args);
|
| 2 |
-
var app = builder.Build();
|
| 3 |
-
|
| 4 |
-
app.MapGet("/", () => "Hello World!");
|
| 5 |
-
|
| 6 |
-
app.Run();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LibraryManagement.Frontend/Properties/launchSettings.json
DELETED
|
@@ -1,38 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"$schema": "http://json.schemastore.org/launchsettings.json",
|
| 3 |
-
"iisSettings": {
|
| 4 |
-
"windowsAuthentication": false,
|
| 5 |
-
"anonymousAuthentication": true,
|
| 6 |
-
"iisExpress": {
|
| 7 |
-
"applicationUrl": "http://localhost:3118",
|
| 8 |
-
"sslPort": 44391
|
| 9 |
-
}
|
| 10 |
-
},
|
| 11 |
-
"profiles": {
|
| 12 |
-
"http": {
|
| 13 |
-
"commandName": "Project",
|
| 14 |
-
"dotnetRunMessages": true,
|
| 15 |
-
"launchBrowser": true,
|
| 16 |
-
"applicationUrl": "http://localhost:5016",
|
| 17 |
-
"environmentVariables": {
|
| 18 |
-
"ASPNETCORE_ENVIRONMENT": "Development"
|
| 19 |
-
}
|
| 20 |
-
},
|
| 21 |
-
"https": {
|
| 22 |
-
"commandName": "Project",
|
| 23 |
-
"dotnetRunMessages": true,
|
| 24 |
-
"launchBrowser": true,
|
| 25 |
-
"applicationUrl": "https://localhost:7047;http://localhost:5016",
|
| 26 |
-
"environmentVariables": {
|
| 27 |
-
"ASPNETCORE_ENVIRONMENT": "Development"
|
| 28 |
-
}
|
| 29 |
-
},
|
| 30 |
-
"IIS Express": {
|
| 31 |
-
"commandName": "IISExpress",
|
| 32 |
-
"launchBrowser": true,
|
| 33 |
-
"environmentVariables": {
|
| 34 |
-
"ASPNETCORE_ENVIRONMENT": "Development"
|
| 35 |
-
}
|
| 36 |
-
}
|
| 37 |
-
}
|
| 38 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LibraryManagement.Frontend/appsettings.Development.json
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"Logging": {
|
| 3 |
-
"LogLevel": {
|
| 4 |
-
"Default": "Information",
|
| 5 |
-
"Microsoft.AspNetCore": "Warning"
|
| 6 |
-
}
|
| 7 |
-
}
|
| 8 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LibraryManagement.Frontend/appsettings.json
DELETED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"Logging": {
|
| 3 |
-
"LogLevel": {
|
| 4 |
-
"Default": "Information",
|
| 5 |
-
"Microsoft.AspNetCore": "Warning"
|
| 6 |
-
}
|
| 7 |
-
},
|
| 8 |
-
"AllowedHosts": "*"
|
| 9 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LibraryManagement.Frontend/wwwroot/css/Style.css
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
body {
|
| 2 |
-
}
|
|
|
|
|
|
|
|
|
LibraryManagement.Frontend/wwwroot/index.html
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
<!DOCTYPE html>
|
| 2 |
-
<html>
|
| 3 |
-
<head>
|
| 4 |
-
<meta charset="utf-8" />
|
| 5 |
-
<title></title>
|
| 6 |
-
</head>
|
| 7 |
-
<body>
|
| 8 |
-
|
| 9 |
-
</body>
|
| 10 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LibraryManagement.Frontend/wwwroot/js/app.js
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
|
|
|
|
|
|