Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Jorge Guillermo Moreno Torres
INF236-2021-2-GRUPO00-P000
Commits
eb0b8b98
Commit
eb0b8b98
authored
3 years ago
by
wladimir.ormazabal.ex
Browse files
Options
Download
Patches
Plain Diff
Proyecto simple de ejemplo
parent
e47b4307
Changes
56
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.dockerignore
+24
-0
.dockerignore
.gitignore
+49
-0
.gitignore
Controllers/HomeController.cs
+37
-0
Controllers/HomeController.cs
Dockerfile
+26
-0
Dockerfile
Models/ErrorViewModel.cs
+11
-0
Models/ErrorViewModel.cs
Program.cs
+26
-0
Program.cs
Properties/launchSettings.json
+28
-0
Properties/launchSettings.json
Startup.cs
+57
-0
Startup.cs
Views/Home/Index.cshtml
+8
-0
Views/Home/Index.cshtml
Views/Home/Privacy.cshtml
+6
-0
Views/Home/Privacy.cshtml
Views/Shared/Error.cshtml
+25
-0
Views/Shared/Error.cshtml
Views/Shared/_Layout.cshtml
+48
-0
Views/Shared/_Layout.cshtml
Views/Shared/_ValidationScriptsPartial.cshtml
+2
-0
Views/Shared/_ValidationScriptsPartial.cshtml
Views/_ViewImports.cshtml
+3
-0
Views/_ViewImports.cshtml
Views/_ViewStart.cshtml
+3
-0
Views/_ViewStart.cshtml
Web.csproj
+7
-0
Web.csproj
appsettings.Development.json
+9
-0
appsettings.Development.json
appsettings.json
+10
-0
appsettings.json
docker-compose.debug.yml
+16
-0
docker-compose.debug.yml
docker-compose.yml
+12
-0
docker-compose.yml
with
407 additions
and
0 deletions
+407
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment