https://github.com/mlezcano1985/acid_labs_project
https://github.com/mlezcano1985/acid_labs_project
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlezcano1985/acid_labs_project
- Owner: mlezcano1985
- Created: 2019-07-15T01:55:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T13:57:02.000Z (almost 7 years ago)
- Last Synced: 2025-02-24T13:48:47.007Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Acid Labs
Aplicación que combina el uso de Node.js, ReactJS, Redux, Redis, ES6, Docker, Traefik.
# Dependencias
- Web: Revise la información asociada al front-end en este [enlace](https://github.com/mlezcano1985/acid_labs_front).
- API: Revise la información asociada al back-end en este [enlace](https://github.com/mlezcano1985/acid_labs_backend).
# Cómo empezar?
- Clonar o descargar el repositorio.
- Abrir un terminal en la raíz del proyecto.
# Ejecutar con Docker
- Instalar [Docker](https://docs.docker.com/compose/install/) en dependencia de su sistema operativo.
- Abrir un terminal en la raíz del proyecto.
- Ejecutar el comando `docker-compose up --build` para que la se inicien todos los contenedores.
- Abrir en el navegador la url: [http://web.localhost](http://web.localhost)
# URL
- web: [http://web.localhost](http://web.localhost)
- api: [http://api.localhost](http://api.localhost)
- traefik: [http://dashboard.localhost](http://dashboard.localhost)