From 3db4a0fcd412732f49c03a69536e4e2f0bbea36b Mon Sep 17 00:00:00 2001
From: JulYakJul <137865717+JulYakJul@users.noreply.github.com>
Date: Mon, 7 Oct 2024 11:28:34 +0400
Subject: [PATCH] Admin
---
.../gitea_data/git/.ssh/environment | 1 +
.../gitea_data/gitea/conf/app.ini | 62 +++
.../gitea_data/ssh/ssh_host_ecdsa_key | 9 +
.../gitea_data/ssh/ssh_host_ecdsa_key.pub | 1 +
.../gitea_data/ssh/ssh_host_ed25519_key | 7 +
.../gitea_data/ssh/ssh_host_ed25519_key.pub | 1 +
.../gitea_data/ssh/ssh_host_rsa_key | 38 ++
.../gitea_data/ssh/ssh_host_rsa_key.pub | 1 +
.../Administrator/.dockerignore | 30 ++
.../Administrator/.gitignore | 484 ++++++++++++++++++
.../Administrator/Administrator.sln | 25 +
.../Administrator/Administrator.csproj | 18 +
.../Administrator/Administrator.http | 6 +
.../Controllers/AdminController.cs | 102 ++++
.../DataBase/AdminDataBaseContext.cs | 38 ++
.../Administrator/DataBase/DBModels/Admin.cs | 21 +
.../Administrator/Administrator/Dockerfile | 25 +
.../Administrator/Administrator/Program.cs | 25 +
.../Properties/launchSettings.json | 52 ++
.../appsettings.Development.json | 8 +
.../Administrator/appsettings.json | 12 +
21 files changed, 966 insertions(+)
create mode 100644 yakovleva_julia_lab_1/gitea_data/git/.ssh/environment
create mode 100644 yakovleva_julia_lab_1/gitea_data/gitea/conf/app.ini
create mode 100644 yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ecdsa_key
create mode 100644 yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ecdsa_key.pub
create mode 100644 yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ed25519_key
create mode 100644 yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ed25519_key.pub
create mode 100644 yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_rsa_key
create mode 100644 yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_rsa_key.pub
create mode 100644 yakovleva_yulia_lab_3/Administrator/.dockerignore
create mode 100644 yakovleva_yulia_lab_3/Administrator/.gitignore
create mode 100644 yakovleva_yulia_lab_3/Administrator/Administrator.sln
create mode 100644 yakovleva_yulia_lab_3/Administrator/Administrator/Administrator.csproj
create mode 100644 yakovleva_yulia_lab_3/Administrator/Administrator/Administrator.http
create mode 100644 yakovleva_yulia_lab_3/Administrator/Administrator/Controllers/AdminController.cs
create mode 100644 yakovleva_yulia_lab_3/Administrator/Administrator/DataBase/AdminDataBaseContext.cs
create mode 100644 yakovleva_yulia_lab_3/Administrator/Administrator/DataBase/DBModels/Admin.cs
create mode 100644 yakovleva_yulia_lab_3/Administrator/Administrator/Dockerfile
create mode 100644 yakovleva_yulia_lab_3/Administrator/Administrator/Program.cs
create mode 100644 yakovleva_yulia_lab_3/Administrator/Administrator/Properties/launchSettings.json
create mode 100644 yakovleva_yulia_lab_3/Administrator/Administrator/appsettings.Development.json
create mode 100644 yakovleva_yulia_lab_3/Administrator/Administrator/appsettings.json
diff --git a/yakovleva_julia_lab_1/gitea_data/git/.ssh/environment b/yakovleva_julia_lab_1/gitea_data/git/.ssh/environment
new file mode 100644
index 0000000..f86169b
--- /dev/null
+++ b/yakovleva_julia_lab_1/gitea_data/git/.ssh/environment
@@ -0,0 +1 @@
+GITEA_CUSTOM=/data/gitea
diff --git a/yakovleva_julia_lab_1/gitea_data/gitea/conf/app.ini b/yakovleva_julia_lab_1/gitea_data/gitea/conf/app.ini
new file mode 100644
index 0000000..fc845ec
--- /dev/null
+++ b/yakovleva_julia_lab_1/gitea_data/gitea/conf/app.ini
@@ -0,0 +1,62 @@
+APP_NAME = Gitea: Git with a cup of tea
+RUN_MODE = prod
+
+[repository]
+ROOT = /data/git/repositories
+
+[repository.local]
+LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
+
+[repository.upload]
+TEMP_PATH = /data/gitea/uploads
+
+[server]
+APP_DATA_PATH = /data/gitea
+DOMAIN = localhost
+SSH_DOMAIN = localhost
+HTTP_PORT = 3000
+ROOT_URL =
+DISABLE_SSH = false
+SSH_PORT = 22
+SSH_LISTEN_PORT = 22
+LFS_START_SERVER = false
+
+[database]
+PATH = /data/gitea/gitea.db
+DB_TYPE = postgres
+HOST = postgres:5432
+NAME = gitea
+USER = gitea
+PASSWD = gitea_password
+LOG_SQL = false
+
+[indexer]
+ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
+
+[session]
+PROVIDER_CONFIG = /data/gitea/sessions
+
+[picture]
+AVATAR_UPLOAD_PATH = /data/gitea/avatars
+REPOSITORY_AVATAR_UPLOAD_PATH = /data/gitea/repo-avatars
+
+[attachment]
+PATH = /data/gitea/attachments
+
+[log]
+MODE = console
+LEVEL = info
+ROOT_PATH = /data/gitea/log
+
+[security]
+INSTALL_LOCK = false
+SECRET_KEY =
+REVERSE_PROXY_LIMIT = 1
+REVERSE_PROXY_TRUSTED_PROXIES = *
+
+[service]
+DISABLE_REGISTRATION = false
+REQUIRE_SIGNIN_VIEW = false
+
+[lfs]
+PATH = /data/git/lfs
diff --git a/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ecdsa_key b/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ecdsa_key
new file mode 100644
index 0000000..2ae50d5
--- /dev/null
+++ b/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ecdsa_key
@@ -0,0 +1,9 @@
+-----BEGIN OPENSSH PRIVATE KEY-----
+b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAaAAAABNlY2RzYS
+1zaGEyLW5pc3RwMjU2AAAACG5pc3RwMjU2AAAAQQQNsEEB8WbwWwL4UDC7O316GFwd6BeJ
+czWHMc8lU7uUs9yeGulpQW/8WCT22eLQRwPMHwLrtLoWsQFtvRBA9SUcAAAAsLZgkFG2YJ
+BRAAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA2wQQHxZvBbAvhQ
+MLs7fXoYXB3oF4lzNYcxzyVTu5Sz3J4a6WlBb/xYJPbZ4tBHA8wfAuu0uhaxAW29EED1JR
+wAAAAhANznL/lP/wHg++WOEV8PKFSXU6nMjrxZ7d5h0F7Vw34UAAAAEXJvb3RANTRhNjlj
+ZTM2NjEwAQIDBAUG
+-----END OPENSSH PRIVATE KEY-----
diff --git a/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ecdsa_key.pub b/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ecdsa_key.pub
new file mode 100644
index 0000000..735da44
--- /dev/null
+++ b/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ecdsa_key.pub
@@ -0,0 +1 @@
+ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA2wQQHxZvBbAvhQMLs7fXoYXB3oF4lzNYcxzyVTu5Sz3J4a6WlBb/xYJPbZ4tBHA8wfAuu0uhaxAW29EED1JRw= root@54a69ce36610
diff --git a/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ed25519_key b/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ed25519_key
new file mode 100644
index 0000000..503ed2b
--- /dev/null
+++ b/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ed25519_key
@@ -0,0 +1,7 @@
+-----BEGIN OPENSSH PRIVATE KEY-----
+b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
+QyNTUxOQAAACAzsXGK5hUnYc4GBXdmz2PtyDs4a3kmsW9MbHc2KFJ7awAAAJinfTTDp300
+wwAAAAtzc2gtZWQyNTUxOQAAACAzsXGK5hUnYc4GBXdmz2PtyDs4a3kmsW9MbHc2KFJ7aw
+AAAEBwjE6fuSN6txxLIq+bOtPruOAc79ZzXWkAZV5wu1B5jzOxcYrmFSdhzgYFd2bPY+3I
+OzhreSaxb0xsdzYoUntrAAAAEXJvb3RANTRhNjljZTM2NjEwAQIDBA==
+-----END OPENSSH PRIVATE KEY-----
diff --git a/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ed25519_key.pub b/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ed25519_key.pub
new file mode 100644
index 0000000..d95c5e6
--- /dev/null
+++ b/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_ed25519_key.pub
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDOxcYrmFSdhzgYFd2bPY+3IOzhreSaxb0xsdzYoUntr root@54a69ce36610
diff --git a/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_rsa_key b/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_rsa_key
new file mode 100644
index 0000000..143a41c
--- /dev/null
+++ b/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_rsa_key
@@ -0,0 +1,38 @@
+-----BEGIN OPENSSH PRIVATE KEY-----
+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
+-----END OPENSSH PRIVATE KEY-----
diff --git a/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_rsa_key.pub b/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_rsa_key.pub
new file mode 100644
index 0000000..3d78862
--- /dev/null
+++ b/yakovleva_julia_lab_1/gitea_data/ssh/ssh_host_rsa_key.pub
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJElEmJ5S3Cuw37paCiwAh+//tEBs8k028UnCovuXmfnQVCQfa7Ubt1TtWAYhZIM58x4Dez74Rb7lr8sj5VbiVNUOxjb/aXRh9sHLjKC0GkJPdcy1fy3YukAL0yqwxL9dIDYeRY0awWDvwRwWypW1nfw7qInmnBDZEfnATYZFbauhSjPaoPvsO2Lo0rMSYI9EULyuA5Ac7rVEQQ0uAROWXnC8pMzEnHrgxkVmckrXsfsEu8vS3vC/hwPpn5W5NGDbkTugoHbl/QOy9c4dYP/uLb8e2vr9ONKbVFZDURwN2vsrvaLBwxr1AOgV0s2eSkBdwtdvi/Q43hBUSZLkhD1eMtDie4MLuYCQ8ZIXRy0nH6tFrQsazcEJqS/OBLYO8nbieOm4hRYgLd8bSfASnlklIsYBs3o0Z3zQO0WKk08pLL/hdSSwVhIMhnBb+imn2wb3jnPlhh7aL4lgyrVVw75vzh6BnHf5APcdbO1ZfFzNIT51AFDrpsGy7j4S2M82GoCs= root@54a69ce36610
diff --git a/yakovleva_yulia_lab_3/Administrator/.dockerignore b/yakovleva_yulia_lab_3/Administrator/.dockerignore
new file mode 100644
index 0000000..4d72b4f
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/.dockerignore
@@ -0,0 +1,30 @@
+**/.classpath
+**/.dockerignore
+**/.env
+**/.git
+**/.gitignore
+**/.project
+**/.settings
+**/.toolstarget
+**/.vs
+**/.vscode
+**/*.*proj.user
+**/*.dbmdl
+**/*.jfm
+**/azds.yaml
+**/bin
+**/charts
+**/docker-compose*
+**/Dockerfile*
+**/node_modules
+**/npm-debug.log
+**/obj
+**/secrets.dev.yaml
+**/values.dev.yaml
+LICENSE
+README.md
+!**/.gitignore
+!.git/HEAD
+!.git/config
+!.git/packed-refs
+!.git/refs/heads/**
\ No newline at end of file
diff --git a/yakovleva_yulia_lab_3/Administrator/.gitignore b/yakovleva_yulia_lab_3/Administrator/.gitignore
new file mode 100644
index 0000000..5e57f18
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/.gitignore
@@ -0,0 +1,484 @@
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from `dotnet new gitignore`
+
+# dotenv files
+.env
+
+# User-specific files
+*.rsuser
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Mono auto generated files
+mono_crash.*
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+[Ww][Ii][Nn]32/
+[Aa][Rr][Mm]/
+[Aa][Rr][Mm]64/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+[Ll]ogs/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUnit
+*.VisualState.xml
+TestResult.xml
+nunit-*.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+# Tye
+.tye/
+
+# ASP.NET Scaffolding
+ScaffoldingReadMe.txt
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_h.h
+*.ilk
+*.meta
+*.obj
+*.iobj
+*.pch
+*.pdb
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*_wpftmp.csproj
+*.log
+*.tlog
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Coverlet is a free, cross platform Code Coverage Tool
+coverage*.json
+coverage*.xml
+coverage*.info
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# NuGet Symbol Packages
+*.snupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+*.appxbundle
+*.appxupload
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!?*.[Cc]ache/
+
+# Others
+ClientBin/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+*- [Bb]ackup.rdl
+*- [Bb]ackup ([0-9]).rdl
+*- [Bb]ackup ([0-9][0-9]).rdl
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio 6 auto-generated project file (contains which files were open etc.)
+*.vbp
+
+# Visual Studio 6 workspace and project file (working project files containing files to include in project)
+*.dsw
+*.dsp
+
+# Visual Studio 6 technical files
+*.ncb
+*.aps
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# CodeRush personal settings
+.cr/personal
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
+
+# Local History for Visual Studio
+.localhistory/
+
+# Visual Studio History (VSHistory) files
+.vshistory/
+
+# BeatPulse healthcheck temp database
+healthchecksdb
+
+# Backup folder for Package Reference Convert tool in Visual Studio 2017
+MigrationBackup/
+
+# Ionide (cross platform F# VS Code tools) working folder
+.ionide/
+
+# Fody - auto-generated XML schema
+FodyWeavers.xsd
+
+# VS Code files for those working on multiple tools
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json
+*.code-workspace
+
+# Local History for Visual Studio Code
+.history/
+
+# Windows Installer files from build outputs
+*.cab
+*.msi
+*.msix
+*.msm
+*.msp
+
+# JetBrains Rider
+*.sln.iml
+.idea
+
+##
+## Visual studio for Mac
+##
+
+
+# globs
+Makefile.in
+*.userprefs
+*.usertasks
+config.make
+config.status
+aclocal.m4
+install-sh
+autom4te.cache/
+*.tar.gz
+tarballs/
+test-results/
+
+# Mac bundle stuff
+*.dmg
+*.app
+
+# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
+# Windows thumbnail cache files
+Thumbs.db
+ehthumbs.db
+ehthumbs_vista.db
+
+# Dump file
+*.stackdump
+
+# Folder config file
+[Dd]esktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Windows Installer files
+*.cab
+*.msi
+*.msix
+*.msm
+*.msp
+
+# Windows shortcuts
+*.lnk
+
+# Vim temporary swap files
+*.swp
diff --git a/yakovleva_yulia_lab_3/Administrator/Administrator.sln b/yakovleva_yulia_lab_3/Administrator/Administrator.sln
new file mode 100644
index 0000000..4bdb397
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/Administrator.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.9.34728.123
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Administrator", "Administrator\Administrator.csproj", "{45DF535F-4F9E-4A5C-9D60-4B0709863ED8}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {45DF535F-4F9E-4A5C-9D60-4B0709863ED8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {45DF535F-4F9E-4A5C-9D60-4B0709863ED8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {45DF535F-4F9E-4A5C-9D60-4B0709863ED8}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {45DF535F-4F9E-4A5C-9D60-4B0709863ED8}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {211037E3-7DB9-4964-B9B8-211487849EED}
+ EndGlobalSection
+EndGlobal
diff --git a/yakovleva_yulia_lab_3/Administrator/Administrator/Administrator.csproj b/yakovleva_yulia_lab_3/Administrator/Administrator/Administrator.csproj
new file mode 100644
index 0000000..c5b1942
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/Administrator/Administrator.csproj
@@ -0,0 +1,18 @@
+
+
+
+ net8.0
+ enable
+ enable
+ b3476a56-c45e-4a63-be32-5987c93f46b1
+ Linux
+
+
+
+
+
+
+
+
+
+
diff --git a/yakovleva_yulia_lab_3/Administrator/Administrator/Administrator.http b/yakovleva_yulia_lab_3/Administrator/Administrator/Administrator.http
new file mode 100644
index 0000000..6780d1b
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/Administrator/Administrator.http
@@ -0,0 +1,6 @@
+@Administrator_HostAddress = http://localhost:5015
+
+GET {{Administrator_HostAddress}}/weatherforecast/
+Accept: application/json
+
+###
diff --git a/yakovleva_yulia_lab_3/Administrator/Administrator/Controllers/AdminController.cs b/yakovleva_yulia_lab_3/Administrator/Administrator/Controllers/AdminController.cs
new file mode 100644
index 0000000..77e74f5
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/Administrator/Controllers/AdminController.cs
@@ -0,0 +1,102 @@
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.EntityFrameworkCore;
+using Microsoft.Extensions.Logging;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+using Administrator.DataBase;
+using Administrator.DataBase.DBModels;
+
+namespace Administrator.Controllers
+{
+ [ApiController]
+ [Route("Administrators/")]
+ public class AdminController : ControllerBase
+ {
+ private readonly AdminDataBaseContext _context;
+ private readonly ILogger _logger;
+
+ public AdminController(AdminDataBaseContext context, ILogger logger)
+ {
+ _context = context;
+ _logger = logger;
+ }
+
+ // ñîçäàíèå íîâîãî àäìèíèñòðàòîðà
+ [HttpPost]
+ public async Task> CreateAdministrator(Admin administrator)
+ {
+ _context.Administrators.Add(administrator);
+ await _context.SaveChangesAsync();
+
+ return CreatedAtAction(nameof(GetAdministratorById), new { id = administrator.Id }, administrator);
+ }
+
+ // îáíîâëåíèå àäìèíèñòðàòîðà
+ [HttpPut("{id}")]
+ public async Task UpdateAdministrator(int id, Admin updatedAdministrator)
+ {
+ if (id != updatedAdministrator.Id)
+ {
+ return BadRequest("ID àäìèíèñòðàòîðà íå ñîâïàäàåò");
+ }
+
+ _context.Entry(updatedAdministrator).State = EntityState.Modified;
+
+ try
+ {
+ await _context.SaveChangesAsync();
+ }
+ catch (DbUpdateConcurrencyException)
+ {
+ if (!_context.Administrators.Any(a => a.Id == id))
+ {
+ return NotFound("Àäìèíèñòðàòîð íå íàéäåí");
+ }
+ else
+ {
+ throw;
+ }
+ }
+
+ return NoContent();
+ }
+
+ // óäàëåíèå àäìèíèñòðàòîðà
+ [HttpDelete("{id}")]
+ public async Task DeleteAdministrator(int id)
+ {
+ var administrator = await _context.Administrators.FindAsync(id);
+ if (administrator == null)
+ {
+ return NotFound("Àäìèíèñòðàòîð íå íàéäåí");
+ }
+
+ _context.Administrators.Remove(administrator);
+ await _context.SaveChangesAsync();
+
+ return NoContent();
+ }
+
+ // ïîëó÷åíèå ñïèñêà âñåõ êëèåíòîâ
+ [HttpGet]
+ public async Task>> GetAllAdministrators()
+ {
+ return await _context.Administrators.ToListAsync();
+ }
+
+ // ïîëó÷åíèå àäìèíèñòðàòîðà ïî ID
+ [HttpGet("{id}")]
+ public async Task> GetAdministratorById(int id)
+ {
+ var administrator = await _context.Administrators.FindAsync(id);
+
+ if (administrator == null)
+ {
+ return NotFound("Àäìèíèñòðàòîð íå íàéäåí");
+ }
+
+ return administrator;
+ }
+ }
+}
diff --git a/yakovleva_yulia_lab_3/Administrator/Administrator/DataBase/AdminDataBaseContext.cs b/yakovleva_yulia_lab_3/Administrator/Administrator/DataBase/AdminDataBaseContext.cs
new file mode 100644
index 0000000..7afa8af
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/Administrator/DataBase/AdminDataBaseContext.cs
@@ -0,0 +1,38 @@
+using Microsoft.EntityFrameworkCore;
+using Microsoft.Extensions.Configuration;
+
+namespace Administrator.DataBase
+{
+ public partial class AdminDataBaseContext : DbContext
+ {
+ public AdminDataBaseContext()
+ {
+ }
+
+ public AdminDataBaseContext(DbContextOptions options)
+ : base(options)
+ {
+ }
+
+ public virtual DbSet Administrators { get; set; }
+
+ protected override void OnModelCreating(ModelBuilder modelBuilder)
+ {
+ modelBuilder.Entity(entity =>
+ {
+ entity.Property(e => e.Id).ValueGeneratedOnAdd();
+ });
+ OnModelCreatingPartial(modelBuilder);
+ }
+
+ partial void OnModelCreatingPartial(ModelBuilder modelBuilder);
+
+ protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
+ {
+ if (!optionsBuilder.IsConfigured)
+ {
+ optionsBuilder.UseNpgsql("Host=localhost;Database=Administrator;Username=postgres;Password=123");
+ }
+ }
+ }
+}
diff --git a/yakovleva_yulia_lab_3/Administrator/Administrator/DataBase/DBModels/Admin.cs b/yakovleva_yulia_lab_3/Administrator/Administrator/DataBase/DBModels/Admin.cs
new file mode 100644
index 0000000..4879311
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/Administrator/DataBase/DBModels/Admin.cs
@@ -0,0 +1,21 @@
+using System.ComponentModel.DataAnnotations;
+
+namespace Administrator.DataBase.DBModels
+{
+ public class Admin
+ {
+ [Key]
+ public int Id { get; set; }
+
+ [Required]
+ [StringLength(50)]
+ public string FirstName { get; set; }
+
+
+ [StringLength(50)]
+ public string SecondName { get; set; }
+
+ [Required]
+ public int ClientId { get; set; }
+ }
+}
diff --git a/yakovleva_yulia_lab_3/Administrator/Administrator/Dockerfile b/yakovleva_yulia_lab_3/Administrator/Administrator/Dockerfile
new file mode 100644
index 0000000..a9d7d88
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/Administrator/Dockerfile
@@ -0,0 +1,25 @@
+#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.
+
+FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
+USER app
+WORKDIR /app
+EXPOSE 8080
+EXPOSE 8081
+
+FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+ARG BUILD_CONFIGURATION=Release
+WORKDIR /src
+COPY ["Administrator/Administrator.csproj", "Administrator/"]
+RUN dotnet restore "./Administrator/Administrator.csproj"
+COPY . .
+WORKDIR "/src/Administrator"
+RUN dotnet build "./Administrator.csproj" -c $BUILD_CONFIGURATION -o /app/build
+
+FROM build AS publish
+ARG BUILD_CONFIGURATION=Release
+RUN dotnet publish "./Administrator.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
+
+FROM base AS final
+WORKDIR /app
+COPY --from=publish /app/publish .
+ENTRYPOINT ["dotnet", "Administrator.dll"]
\ No newline at end of file
diff --git a/yakovleva_yulia_lab_3/Administrator/Administrator/Program.cs b/yakovleva_yulia_lab_3/Administrator/Administrator/Program.cs
new file mode 100644
index 0000000..15eacee
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/Administrator/Program.cs
@@ -0,0 +1,25 @@
+var builder = WebApplication.CreateBuilder(args);
+
+// Add services to the container.
+
+builder.Services.AddControllers();
+// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
+builder.Services.AddEndpointsApiExplorer();
+builder.Services.AddSwaggerGen();
+
+var app = builder.Build();
+
+// Configure the HTTP request pipeline.
+if (app.Environment.IsDevelopment())
+{
+ app.UseSwagger();
+ app.UseSwaggerUI();
+}
+
+app.UseHttpsRedirection();
+
+app.UseAuthorization();
+
+app.MapControllers();
+
+app.Run();
diff --git a/yakovleva_yulia_lab_3/Administrator/Administrator/Properties/launchSettings.json b/yakovleva_yulia_lab_3/Administrator/Administrator/Properties/launchSettings.json
new file mode 100644
index 0000000..0486126
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/Administrator/Properties/launchSettings.json
@@ -0,0 +1,52 @@
+{
+ "profiles": {
+ "http": {
+ "commandName": "Project",
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ },
+ "dotnetRunMessages": true,
+ "applicationUrl": "http://localhost:5015"
+ },
+ "https": {
+ "commandName": "Project",
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ },
+ "dotnetRunMessages": true,
+ "applicationUrl": "https://localhost:7049;http://localhost:5015"
+ },
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "Container (Dockerfile)": {
+ "commandName": "Docker",
+ "launchBrowser": true,
+ "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
+ "environmentVariables": {
+ "ASPNETCORE_HTTPS_PORTS": "8081",
+ "ASPNETCORE_HTTP_PORTS": "8080"
+ },
+ "publishAllPorts": true,
+ "useSSL": true
+ }
+ },
+ "$schema": "http://json.schemastore.org/launchsettings.json",
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:60492",
+ "sslPort": 44346
+ }
+ }
+}
\ No newline at end of file
diff --git a/yakovleva_yulia_lab_3/Administrator/Administrator/appsettings.Development.json b/yakovleva_yulia_lab_3/Administrator/Administrator/appsettings.Development.json
new file mode 100644
index 0000000..ff66ba6
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/Administrator/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ }
+}
diff --git a/yakovleva_yulia_lab_3/Administrator/Administrator/appsettings.json b/yakovleva_yulia_lab_3/Administrator/Administrator/appsettings.json
new file mode 100644
index 0000000..ccef620
--- /dev/null
+++ b/yakovleva_yulia_lab_3/Administrator/Administrator/appsettings.json
@@ -0,0 +1,12 @@
+{
+ "ConnectionStrings": {
+ "AdminDatabase": "Host=localhost;Database=Administrator;Username=postgres;Password=123"
+ },
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*"
+}