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://inscripciones-pbi-api.herokuapp.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 |
---|---|
bcrypt | 5.0.0 |
express | 4.17.1 |
moment-timezone | 0.5.31 |
mongoose | 5.10.7 |
nodemailer | 6.4.13 |
You should ask for access to this tools if you don't have it already:
-
Heroku (API)
In order to correctly set up pbi-api
you will need to follow
some steps:
- Clone this repository into your local machine
$ git clone git@github.com:ProyectoIntegrador2018/pbi-api.git
- Fire up a terminal and run to download the node modules required:
$ npm install
- This back-end API works with this backend
pbi-front
-
Setup a .env file holding the environment variables used in config.js
-
Fire up a terminal and run:
npm run dev
That command will create an instance in localhost:3000 as default. You can change this value changing the "port" variable in index.js
Use Ctrl + C keys.