Giter Club home page Giter Club logo

gxc_bk_rest_api's Introduction

GXC_BK_REST_API

DESARROLLADO POR: Jesús Guerra Cedeño

IMPORTANTE:

CONSIDERACIONES PARA CORRER EL PROYECTO LOCALMENTE:

BASE DE DATOS

  1. DESCARGAR LOS FUENTES
  2. EN LA CARPETA BDD SE ENCUENTRA EL ARCHIVO Esquema_LIBROS.sql (https://github.com/Chucho1991/GXC_BK_REST_API/blob/master/BDD/Esquema_LIBROS.sql) QUE DEBE SER DESPLEGADO DESDE UN SERVIDOR DE BASE DE DATOS SQL SERVER CON UNA BASE DE DATOS LLAMADA GXC

PUBLICAR API REST EN IIS

  1. DESDE UN SERVIDOR INTERNET INFORMATION SERVICES DESPLEGAR LOS FUENTES REFERENTES A LOS FUENTES PUBLICADOS UBICADOS EN LA CARPETA PUBLICADO EN EL ARCHIVO COMPRIMIDO LibrosAPI.rar (https://github.com/Chucho1991/GXC_BK_REST_API/blob/master/PUBLICADO/LibrosAPI.rar) EN LA CARPETA CONFIGURADA PARA ESE FIN (POR DEFECTO ES 'C:\inetpub\wwwroot')
  2. UNA VEZ EN LA CARPETA DESPLEGADA MODIFICAR EL ARCHVIO {DIRECTORIO-DESPLIEGUE-IIS}\LibrosAPI\appsettings.json EN LA LINEA 3 CON EL STRING DE CONEXIÓN DE BASE DE DATOS "GXCContext": "Server=localhost;Database=GXC;User ID=SAADMIN;Password=SAADMIN"
  3. ES POSIBLE QUE EL EL API NO RESPONDA CORRECTAMENTE POR LO QUE ES NECESARIO INSTALAR EL SIGUIENTE COMPLEMENTO AL SERVIDOR: https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-aspnetcore-3.1.8-windows-hosting-bundle-installer

EJECUTAR DESDE PROYECTO DE VISUAL ESTUDIO

  1. DESDE VISUAL STUDIO ABRIR EL PROYECTO APUNTANDO AL ARCHIVO GXC_API.sln (https://github.com/Chucho1991/GXC_BK_REST_API/blob/master/GXC_API.sln)
  2. ES NECESARIO TENER INSTALADO LOS SIGUIENTES COMPLEMENTOS DE VISUAL STUDIO DESDE EL ADMINISTRADOR DE PAQUETES NUGET:
  • AutoMapper
  • Microsoft.AspNetCore.Cors
  • Microsoft.AspNetCore.Mvc.Cors
  • Microsoft.EntityFrameworkCore.Desing
  • Microsoft.EntityFrameworkCore.Sqllite
  • Microsoft.EntityFrameworkCore.SqlServer
  • Microsoft.EntityFrameworkCore.SqlServer.Desing
  • Microsoft.EntityFrameworkCore.Tools
  • Microsoft.VisualStudio.Web.CodeGeneration.Desing
  1. COMPILAR SOLUCIÓN
  2. EJECUTAR DESDE IIS Express

gxc_bk_rest_api's People

Contributors

chucho1991 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.