This project consist on a web platform for ApportaTeen, where they will manage all the information of the event and participants.
Name | Role | |
---|---|---|
Sonia Tijerina | sonia.tijerina@csoftmty.org | Product Owner |
Silvia Ramirez | iliana.ramirez@csoftmty.org | Product Owner |
Name | Role | |
---|---|---|
Yarely Mercado Garza | yarelymercado@gmail.com | Scrum Master |
Iram Díaz Reyes | idr.diaz96@gmail.com | Development |
Luis Felipe Salazar | sv.luisfelipe@gmail.com | Development |
Carlos Eduardo Serret Heredia | carloserret@gmail.com | Development |
Name | Role | |
---|---|---|
Carmelo Ramirez | jcarmelo37@gmail.com | Scrum Master |
Maria Paula Anastas | mpanastas8@gmail.com | Development |
Barabara Brina | bmbrina9@gmail.com | Product Owner |
David Martinez de Silva | dmtzds@gmail.com | Development |
Name | Role | |
---|---|---|
Antonio Toussaint | A01281309@itesm.mx | Product Owner |
Alejandro Elizondo | A01193334@itesm.mx | Scrum Master |
Patricio Gutierrez Castaño | A01193455@itesm.mx | Administrador |
Name | Role | |
---|---|---|
Adrían Peña | A00816456@itesm.mx | Scrum Master |
Flor Barbosa | A01281460@itesm.mx | Product Owner |
Jonathan Cárdenas | A00818821@itesm.mx | Project Manager |
Valeria Rocha | A01193039@itesm.mx | Configuration Manager |
Name | Role | |
---|---|---|
Manuel Eduardo Torres Magdaleno | A01066869@itesm.mx | Scrum Master |
Edgar López Villarreal | A01039505@itesm.mx | Product Owner |
Marving Bryan Robles Angeles | A01651377@itesm.mx | Administrador |
- LINK: https://angular.io/ Framework to build web applications for desktops and cellphones. Its main characteristics are that it uses declarative templates, dependency injection, end to end tooling and integrated practices. It requires the pre-installation of Node.Js (https://nodejs.org/en/). Angular is the main framework used to develop this application.
- LINK: https://firebase.google.com/?hl=es-419 Plataform to store data in a json-like structure. Firebase Real Time Database is a cloud-hosted, No-SQL database. Its main characteristic is that the data is in sync in realtime, this provide a great functionality for the application.
- Used for Authentication and Storage only
- LINK: https://www.postgresql.org/ PostgreSQL is a relational database that is widely used across the world. One must host the database either locally or in the server and it is SQL-database.
-
LINK: https://www.heroku.com/
-
API URL: https://apportateen-v2.herokuapp.com
Platform used to deploy and host the application.
You should ask for access to this tools if you don't have it already:
Apportateen consists of two repositories:
To successfully run the project locally you will need to clone both repositories and follow the running instructions of both of them.
Install Node.js and npm if they are not already on your machine.
Install Angular
$ npm install -g @angular/cli
After installing please you can follow this simple steps:
- Clone this repository into your local machine
$ git clone https://github.com/ProyectoIntegrador2018/apportateen.git
- Install the dependencies inside the project folder
$ npm install
- Start the application
$ npm start