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 | [email protected] | Product Owner |
Silvia Ramirez | [email protected] | Product Owner |
Name | Role | |
---|---|---|
Yarely Mercado Garza | [email protected] | Scrum Master |
Iram Díaz Reyes | [email protected] | Development |
Luis Felipe Salazar | [email protected] | Development |
Carlos Eduardo Serret Heredia | [email protected] | Development |
Name | Role | |
---|---|---|
Carmelo Ramirez | [email protected] | Scrum Master |
Maria Paula Anastas | [email protected] | Development |
Barabara Brina | [email protected] | Product Owner |
David Martinez de Silva | [email protected] | Development |
Name | Role | |
---|---|---|
Antonio Toussaint | [email protected] | Product Owner |
Alejandro Elizondo | [email protected] | Scrum Master |
Patricio Gutierrez Castaño | [email protected] | Administrador |
Name | Role | |
---|---|---|
Adrían Peña | [email protected] | Scrum Master |
Flor Barbosa | [email protected] | Product Owner |
Jonathan Cárdenas | [email protected] | Project Manager |
Valeria Rocha | [email protected] | Configuration Manager |
Name | Role | |
---|---|---|
Manuel Eduardo Torres Magdaleno | [email protected] | Scrum Master |
Edgar López Villarreal | [email protected] | Product Owner |
Marving Bryan Robles Angeles | [email protected] | 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