Skip to content

This project consist on a web platform for ApportaTeen, where they will manage all the information of the event and participants.

Notifications You must be signed in to change notification settings

ProyectoIntegrador2018/apportateen

Repository files navigation

ApportaTeen

Maintainability

This project consist on a web platform for ApportaTeen, where they will manage all the information of the event and participants.

Table of contents

Client Details

Name Email Role
Sonia Tijerina [email protected] Product Owner
Silvia Ramirez [email protected] Product Owner

Environment URLS

  • Production - TBD
  • Development - TBD

Team version 1.0

Name Email 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

Team version 2.0

Name Email 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

Team version 3.0

Name Email Role
Antonio Toussaint [email protected] Product Owner
Alejandro Elizondo [email protected] Scrum Master
Patricio Gutierrez Castaño [email protected] Administrador

Team version 4.0

Name Email 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

Team version 5.0

Name Email Role
Manuel Eduardo Torres Magdaleno [email protected] Scrum Master
Edgar López Villarreal [email protected] Product Owner
Marving Bryan Robles Angeles [email protected] Administrador

Technology Used for Development

ANGULAR

  • 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.

FIREBASE DATABASE

  • 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

POSTGRESQL DATABASE

  • 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.

HEROKU

Platform used to deploy and host the application.

Management tools

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

Development

Setup the project

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:

  1. Clone this repository into your local machine
$ git clone https://github.com/ProyectoIntegrador2018/apportateen.git
  1. Install the dependencies inside the project folder
$ npm install
  1. Start the application
$ npm start

About

This project consist on a web platform for ApportaTeen, where they will manage all the information of the event and participants.

Resources

Stars

Watchers

Forks

Packages

No packages published