https://github.com/fernandocalmet/dotnet-5-aspnet-core-web-api-angular
🦄 Este proyecto es una muestra de como se implementa un backend utilizando ASP.NET Core Web API con C# y un frontend utilizando Angular, y SQLServer como gestor de base de datos.
https://github.com/fernandocalmet/dotnet-5-aspnet-core-web-api-angular
angular aspnetcore csharp sqlserver webapi
Last synced: about 2 months ago
JSON representation
🦄 Este proyecto es una muestra de como se implementa un backend utilizando ASP.NET Core Web API con C# y un frontend utilizando Angular, y SQLServer como gestor de base de datos.
- Host: GitHub
- URL: https://github.com/fernandocalmet/dotnet-5-aspnet-core-web-api-angular
- Owner: FernandoCalmet
- License: mit
- Created: 2021-11-02T00:42:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T15:30:05.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T01:16:20.767Z (3 months ago)
- Topics: angular, aspnetcore, csharp, sqlserver, webapi
- Language: TypeScript
- Homepage:
- Size: 2.53 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# C# ASPNET CORE WEB API WITH ANGULAR & SQLSERVER
[![Github][github-shield]][github-url]
[![Kofi][kofi-shield]][kofi-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
[![Khanakat][khanakat-shield]][khanakat-url]## TABLA DE CONTENIDO
* [Acerca del proyecto](#acerca-del-proyecto)
* [Instalación](#instalación)
* [Dependencias](#dependencias)
* [Licencia](#licencia)## 🔥 ACERCA DEL PROYECTO
Este proyecto es una muestra de como se implementa un backend utilizando ``ASP.NET Core Web API`` con C# y un frontend utilizando ``Angular``, y SQLServer como gestor de base de datos.
## ⚙️ INSTALACIÓN
Clonar el repositorio.
```bash
gh repo clone FernandoCalmet/dotnet-5-aspnet-core-web-api-angular
```Ejecutar aplicación de backend.
```bash
dotnet run
```Instalar dependencias del frontend
```bash
npm install
```Ejecutar aplicación de frontend.
```bash
ng server
```## 📥 DEPENDENCIAS
- [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.NewtonsoftJson/) : Características de ASP.NET Core MVC que usan Newtonsoft.Json. Incluye formateadores de entrada y salida para JSON y JSON PATCH.
- [Swashbuckle.AspNetCore](https://www.nuget.org/packages/Swashbuckle.AspNetCore/) : Herramientas Swagger para documentar API creadas en ASP.NET Core.
- [System.Data.SqlClient](https://www.nuget.org/packages/System.Data.SqlClient/) : Proporciona el proveedor de datos para SQL Server. Estas clases brindan acceso a las versiones de SQL Server y encapsulan los protocolos específicos de la base de datos, incluido el flujo de datos tabulares (TDS)## 📄 LICENCIA
Este proyecto está bajo la Licencia (Licencia MIT) - mire el archivo [LICENSE](LICENSE) para más detalles.
## ⭐️ DAME UNA ESTRELLA
Si esta Implementación le resultó útil o la utilizó en sus Proyectos, déle una estrella. ¡Gracias! O, si te sientes realmente generoso, [¡Apoye el proyecto con una pequeña contribución!](https://ko-fi.com/fernandocalmet).
[github-shield]: https://img.shields.io/badge/-@fernandocalmet-%23181717?style=flat-square&logo=github
[github-url]: https://github.com/fernandocalmet
[kofi-shield]: https://img.shields.io/badge/-@fernandocalmet-%231DA1F2?style=flat-square&logo=kofi&logoColor=ff5f5f
[kofi-url]: https://ko-fi.com/fernandocalmet
[linkedin-shield]: https://img.shields.io/badge/-fernandocalmet-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/fernandocalmet
[linkedin-url]: https://www.linkedin.com/in/fernandocalmet
[khanakat-shield]: https://img.shields.io/badge/khanakat.com-brightgreen?style=flat-square
[khanakat-url]: https://khanakat.com