https://github.com/kevin-doolaeghe/app-template
Web Application Template
https://github.com/kevin-doolaeghe/app-template
asp-net-core csharp docker-compose fullstack template
Last synced: 2 months ago
JSON representation
Web Application Template
- Host: GitHub
- URL: https://github.com/kevin-doolaeghe/app-template
- Owner: kevin-doolaeghe
- Created: 2023-02-11T15:15:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T11:08:24.000Z (over 3 years ago)
- Last Synced: 2025-05-31T11:38:23.246Z (about 1 year ago)
- Topics: asp-net-core, csharp, docker-compose, fullstack, template
- Language: C#
- Homepage:
- Size: 881 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP.NET Core Web Application
:triangular_flag_on_post: C# ASP.NET Core Web API + ASP.NET Core Web Application
## Author
**Kevin DOOLAEGHE**
## Setup
```
docker-compose up -d
```
* [Web App Link](http://localhost)
* [Web API Link](http://localhost/swagger)
## References
* [Tutorial: Get started with C# and ASP.NET Core in Visual Studio](https://learn.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-aspnet-core?view=vs-2022)
* [Tutorial: Create a multi-container app with Docker Compose](https://learn.microsoft.com/en-us/visualstudio/containers/tutorial-multicontainer?view=vs-2022)
* [Tutorial: Create an ASP.NET Core app with React in Visual Studio](https://learn.microsoft.com/en-us/visualstudio/javascript/tutorial-asp-net-core-with-react?view=vs-2022)
* [Dockerizing React App With .NET Core Backend](https://medium.com/bb-tutorials-and-thoughts/dockerizing-react-app-with-net-core-backend-f02767dd9415)
* [How To: Breaking ASP.NET Core with Angular Project into Frontend and Backend](https://medium.com/@saravananganesan/how-to-breaking-asp-net-core-with-angular-project-into-frontend-and-backend-a3b3fd084b25)
* [Create an ASP.NET Core app with React in Visual Studio](https://learn.microsoft.com/en-us/visualstudio/javascript/tutorial-asp-net-core-with-react?view=vs-2022)
* [Hosting ASP.NET Core images with Docker Compose over HTTPS](https://learn.microsoft.com/en-us/aspnet/core/security/docker-compose-https?view=aspnetcore-7.0)
* [Use MySQL with an ASP.NET Core Web API](https://mysqlconnector.net/tutorials/net-core-mvc/)
* [Using MariaDB in an ASP.NET Core API with Entity Framework Core](https://blog.georgekosmidis.net/using-mariadb-in-an-aspnet-core-api-with-entity-framework-core.html)
* [NGINX Docker with SSL Encryption (Self-signed)](https://mpolinowski.github.io/docs/DevOps/NGINX/2020-08-27--nginx-docker-ssl-certs-self-signed/2020-08-27/)
* [Nginx HTTPS configuration redirects to faulty URL](https://serverfault.com/questions/812633/nginx-https-configuration-redirects-to-faulty-url)
* [Introduction à Razor Pages dans ASP.NET Core | Microsoft Learn](https://learn.microsoft.com/fr-fr/aspnet/core/razor-pages/?view=aspnetcore-7.0&tabs=visual-studio)
* [ASP.NET Razor Markup](https://www.w3schools.com/asp/razor_intro.asp)