Skip to content

ProyectoIntegrador2018/blue-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Links a los nuevos repositorios

Project Showroom

Maintainability

Table of contents

Client Details

Name Email Role
Aldo Lares [email protected] Product Owner

Environment URLS

Team

Name Email Role
Gonzalo Garcia Porras [email protected] Developer
Ángel Figueroa Zambrano [email protected] Developer
Jorge Sabella Elizondo [email protected] Developer
Jesus Lugo Santillán [email protected] Developer

Management tools

You should ask for access to this tools if you don't have it already:

Technology Stack

FrontEnd

  • VueJS
  • Vuetify

BackEnd

  • NodeJS
  • Express
  • MongoDB

DevOPS

  • AWS S3
  • AWS Lambda

Project Setup

Instalar NPM que se encuentra dentro de Node.js (https://www.npmjs.com/get-npm)

Para asegurarse que está instalado, correr el siguiente comando.

$ npm -v

Running the stack for development

Las siguientes instrucciones son para correr un ambiente local utilizando Vue CLI y Node.js.

1. Clonar repositorio y acceder a la carpeta del proyecto Showroom

$ git clone https://github.com/ProyectoIntegrador2018/blue-lab.git
$ cd blue-lab/showroom

2. Instalar el proyecto

$ npm install

3. Ejecutar aplicación web compilada en tiempo real para development

$ npm run serve

4. Acceder al sitio

Abrir al navegador de elección y abrir el enlace generado. Usualmente el mensaje es el siguiente.

 DONE  Compiled successfully in 555ms                                  9:31:01 PM


  App running at:
  - Local:   http://localhost:8080/
drive```

### Stop the project
#### Para detener la ejecución de la aplicación web
```shell
Ctrl + c

Checking code for potential issues

Para verificar cualquier tipo de error se utiliza Lints

npm run lint