Sistema de Inscripciones PBI (Sitio Web)
- Client Details
- Environment URLS
- Team members
- Technology Stack
- Management resources
- Setup the project
- Running the stack for development
- Stop the project
- Restoring the database
- Debugging
- Running specs
- Checking code for potential issues
Name | Role | |
---|---|---|
Patricia Magdalena González | patygzz@tec.mx | Directora en Dirección de Bienestar y Consejería ITESM Campus Mty. |
Sandra Nohemí Ramos Hernández | snrh@tec.mx | Especialista de bienestar en Dirección de Bienestar y Consejería ITESM Campus Mty. |
Andrea Lizbeth Chávez Niño | ann.chavez@tec.mx | Nutrióloga Dir. Bienestar y Consejeria |
- Production - https://inscripcionespbitec.firebaseapp.com/
Version 1.0
Name | Role | |
---|---|---|
Lizzie Marielle Guajardo Mozo | lizziemgm97@gmail.com | Desarrollador |
Alejandro González Valles | alex.glz.v@hotmail.com | Desarrollador |
David Rojas Ortíz | dav_rojas@hotmail.com | Desarrollador |
Jonathan Melesio Cárdenas García | jonathancrd@outlook.com | Desarrollador |
Lizzie Montserrat Cañamar Carrillo | lizziecanamar@gmail.com | Desarrollador |
Version 2.0
Name | Role | |
---|---|---|
Lizzie Marielle Guajardo Mozo | lizziemgm97@gmail.com | Producto Owner Proxy |
Alejandro González Valles | alex.glz.v@hotmail.com | Administrador de Configuración |
David Rojas Ortíz | dav_rojas@hotmail.com | SCRUM Master |
Lizzie Montserrat Cañamar Carrillo | lizziecanamar@gmail.com | Administrador de Proyecto |
Version 3.0
Name | Role | |
---|---|---|
Juan Carlos De León Álvarez | juandleon27@gmail.com | Product Owner Proxy |
José Cruz Flores Flores | josecruzflores.fl@gmail.com | Administrador de Configuración |
Ricardo Gerhard | garzag.rick@gmail.com | SCRUM Master |
Luis Marcelo Flores Canales | luismarcelofc@gmail.com | Administrador de Proyecto |
Technology | Version |
---|---|
Vue | 2.6.12 |
Vue/CLI | 4.5.6 |
Vuetify | 2.3.10 |
Axios | 0.20.0 |
Exceljs | 4.1.1 |
sweetalert2 | 10.3.5 |
moment-timezone | 0.5.31 |
You should ask for access to this tools if you don't have it already:
- Github repo
- Heroku (API)
- Documentation
In order to correctly set up pbi-front
you will need to follow
some steps, after running this proyect we recommend installing the vue-cli
usign:
$ npm install -g @vue/cli
After installing please you can follow this simple steps:
- Clone this repository into your local machine
$ git clone git@github.com:ProyectoIntegrador2018/pbi-front.git
- Fire up a terminal and run to download the node modules required:
$ npm install
- To completely setup this project is needed to setup the back-end (pbi-api).
- Fire up a terminal and run:
npm run serve
That command will creat a local instance of the site at localhost:8080
It may take a while before you see anything.
Once you see an output like this:
DONE Compiled successfully in 29925ms 20:45:57
App running at:
- Local: http://localhost:8080/
- Network: http://10.22.172.22:8080/
Note that the development build is not optimized.
To create a production build, run npm run build.
This means the project is up and running.
- To completely setup this proyect is needed to setup the back-end (pbi-api).
- Fire up a tarminal, go to the proyect directory and run:
$ npm run build
This command will generate a folder named dist
inside the proyect folder. This folder contains a bundle of a Single-Page application.
Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html