diff --git a/src/BookStore.Presentation/MVC/MVC.csproj b/src/BookStore.Presentation/MVC/MVC.csproj index d7a6086..94c8fac 100644 --- a/src/BookStore.Presentation/MVC/MVC.csproj +++ b/src/BookStore.Presentation/MVC/MVC.csproj @@ -6,6 +6,17 @@ enable + + + + + + + + + + + @@ -21,9 +32,6 @@ - - - diff --git a/src/BookStore.Presentation/MVC/Views/Auth/Register.cshtml b/src/BookStore.Presentation/MVC/Views/Auth/Register.cshtml index b17f8f6..403078d 100644 --- a/src/BookStore.Presentation/MVC/Views/Auth/Register.cshtml +++ b/src/BookStore.Presentation/MVC/Views/Auth/Register.cshtml @@ -26,13 +26,38 @@ + - - \ No newline at end of file diff --git a/src/BookStore.Presentation/MVC/appsettings.json b/src/BookStore.Presentation/MVC/appsettings.json index c9e02ed..ddf7fe3 100644 --- a/src/BookStore.Presentation/MVC/appsettings.json +++ b/src/BookStore.Presentation/MVC/appsettings.json @@ -9,7 +9,7 @@ "BotToken": "7040566448:AAGuJLoJsg8xqAAW4yWGPkZDR6PIxBlU0ns", "ConnectionStrings": { "SQLServer": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=BookStore.MVC.DB;", - "Postgres": "Host=localhost;Port=5432;Username=postgres;Password=postgres;Database=BookStore.DB" + "Postgres": "Host=localhost;Port=5432;Username=postgres;Password=admin;Database=BookStoree.DB" }, "Serilog": { "Using": [ "Serilog.Sinks.File" ], diff --git a/src/BookStore.Presentation/MVC/wwwroot/assets/book.jfif b/src/BookStore.Presentation/MVC/wwwroot/assets/book.jfif new file mode 100644 index 0000000..191d379 Binary files /dev/null and b/src/BookStore.Presentation/MVC/wwwroot/assets/book.jfif differ diff --git a/src/BookStore.Presentation/MVC/wwwroot/assets/book2.jfif b/src/BookStore.Presentation/MVC/wwwroot/assets/book2.jfif new file mode 100644 index 0000000..8dedddd Binary files /dev/null and b/src/BookStore.Presentation/MVC/wwwroot/assets/book2.jfif differ diff --git a/src/BookStore.Presentation/MVC/wwwroot/assets/boook.png b/src/BookStore.Presentation/MVC/wwwroot/assets/boook.png new file mode 100644 index 0000000..6a4f6ba Binary files /dev/null and b/src/BookStore.Presentation/MVC/wwwroot/assets/boook.png differ diff --git a/src/BookStore.Presentation/MVC/wwwroot/css/Register.css b/src/BookStore.Presentation/MVC/wwwroot/css/Register.css new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/src/BookStore.Presentation/MVC/wwwroot/css/Register.css @@ -0,0 +1 @@ + \ No newline at end of file