Giter Site home page Giter Site logo

starwars_gateway's Introduction

Presentación

HenryLogo

Upskilling Henry Microservicios.

🚀 Una App con microservicios

📌 1. Servicio para atender peticiones HTTP para Personajes de Starwars.

📌 2. Servicio para atender peticiones HTTP para Películas de Starwars.

📌 3. Servicio para atender peticiones HTTP para Planetas de Starwars.

📌 4. Aplicación Gateway para distribuir peticiones HTTP según el tipo de servicio.

📌 5. Aplicación Database servicio de base de datos.

📌 6. Configuración de Contenedores Docker para la funcionalidad completa.

📌 7. Puedes consultar el servicio en http://34.125.155.222:8000 y hacer las peticiones a /characters , /films y/o /planets en todas las rutas puedes consultar la información por ID.

Para generar contenedores Docker:

docker build -t "nombre_del_contenedor"

Para estos casos:

docker build -t gateway .

Para ejecutar los contenedores:

docker run --network="Nombre_Red" --name="Nombre_Contenedor" -p "Puerto_Local":"Puerto_Contenedor" "Nombre_En_La_Red_Del_Contenedor"

Para estos casos:

docker run --network=starwars --name=gateway -p 8000:8000 gateway

Para crear redes en Docker para contenedores:

docker network create "Nombre_Red"

En estos casos:

docker network create starwars

🚀 Tecnologías usadas App.

🛸 Lenguaje Javascript

🛰 Nodejs

🛸 Express

🛰 Morgan

🛸 Axios

🛰 Conexión a MongoDB

🛸 Mongoose

🛰 Docker

🛸 Docker-Compose


Algo sobre mí

  • 🌱 Actualmente estoy aprendiendo sobre Javascript, Node.Js, React, React-Redux, Express, Sequelize, MongoDB, Docker.

  • 💬 Puedes preguntarme sobre C#, Visual Basic, SQL Server, PL-SQL, SQLite, OnBase, Docuware.


Atte. Guillermo Rodríguez

Portafolio


starwars_gateway's People

Contributors

memorodz avatar

Stargazers

 avatar

Watchers

 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.