Skip to content
Open

done #15

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added exercise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions exercise.wwwapi/Migrations/20241011072516_first.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions exercise.wwwapi/Migrations/20241011072516_first.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable

namespace exercise.wwwapi.Migrations
{
/// <inheritdoc />
public partial class first : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{

}

/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{

}
}
}
6 changes: 0 additions & 6 deletions exercise.wwwapi/_example.appsettings.json

This file was deleted.

Binary file added out/Microsoft.AspNetCore.OpenApi.dll
Binary file not shown.
Binary file not shown.
Binary file added out/Microsoft.EntityFrameworkCore.Relational.dll
Binary file not shown.
Binary file added out/Microsoft.EntityFrameworkCore.dll
Binary file not shown.
Binary file added out/Microsoft.Extensions.Caching.Memory.dll
Binary file not shown.
Binary file not shown.
Binary file added out/Microsoft.Extensions.DependencyInjection.dll
Binary file not shown.
Binary file added out/Microsoft.Extensions.Logging.Abstractions.dll
Binary file not shown.
Binary file added out/Microsoft.Extensions.Logging.dll
Binary file not shown.
Binary file added out/Microsoft.Extensions.Options.dll
Binary file not shown.
Binary file added out/Microsoft.OpenApi.dll
Binary file not shown.
Binary file added out/MyApi.zip.zip
Binary file not shown.
Binary file added out/Newtonsoft.Json.dll
Binary file not shown.
Binary file added out/Npgsql.EntityFrameworkCore.PostgreSQL.dll
Binary file not shown.
Binary file added out/Npgsql.dll
Binary file not shown.
Binary file added out/Swashbuckle.AspNetCore.Swagger.dll
Binary file not shown.
Binary file added out/Swashbuckle.AspNetCore.SwaggerGen.dll
Binary file not shown.
Binary file added out/Swashbuckle.AspNetCore.SwaggerUI.dll
Binary file not shown.
6 changes: 6 additions & 0 deletions out/appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Host=flier-db.cr4y6a6oo1h9.eu-north-1.rds.amazonaws.com;Port=5432;Database=flier-db;User Id=postgres;Password=Bep1ludde"
}
}
Loading