ngmaster77 / AllIn

Repositorio con todas las tecnologías aprendidas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All in

Tecnologías aprendidas hasta el momento

Front End

Back End

  • Query Language GraphQL
  • Json Web Token ( Standard Security ) JWT
  • Containerization platform Docker
Montar Contenedor Front-End
cd client && docker build -t client . 
Montar Contenedor Back End (graphQL endpoint: http://localhost:4000/graphql)
cd server && docker-compose build 
Montar aplicacion (Directorio raiz)
docker-compose build 
Acceder aplicacion (http://0.0.0.0:3000/)
docker-compose up -d 
Cerrar la aplicacion
docker-compose down 

About

Repositorio con todas las tecnologías aprendidas


Languages

Language:JavaScript 58.0%Language:Vue 37.8%Language:HTML 4.2%