-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from fga-eps-mds/develop
MAJOR RELEASE
- Loading branch information
Showing
83 changed files
with
2,768 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,37 @@ | ||
# UnBTVFrontend | ||
# UnB-TV Frontend | ||
|
||
![Alt text](public/Simbolo_UnBTV.svg) | ||
<div align="center"> | ||
<img src="./docs/assets/unb-removebg-preview.png" alt="logo UNBTV"> </div> | ||
|
||
## Sobre | ||
|
||
Este repositório contém o frontend da aplicação UnBTV, um projeto que visa a criação de uma plataforma de streaming para a UnBTV. | ||
O projeto visa o desenvolvimento de uma aplicação Web e Mobile para a UnB-TV, com o objetivo de centralizar e disponibilizar de forma unificada todo o conteúdo oferecido pela UnB-TV, incluindo vídeos e transmissões ao vivo, sendo desenvolvida no segundo semestre de 2023 pelas disciplinas de EPS e MDS da Universidade de Brasília. | ||
|
||
## Ambientes | ||
|
||
[Documentação](https://github.com/fga-eps-mds/2023.2-UnB-TV-DOC) | ||
[Backend:Users](https://github.com/fga-eps-mds/2023.2-UnB-TV-Users) | ||
[Users](https://github.com/fga-eps-mds/2023.2-UnB-TV-Users) | ||
[Admin](https://github.com/fga-eps-mds/2023.2-UnB-TV-Admin) | ||
[Video](https://github.com/fga-eps-mds/2023.2-UnB-TV-VideoService) | ||
[Gateway](https://github.com/fga-eps-mds/2023.2-UnB-TV-API-Gateway) | ||
[Frontend](https://github.com/fga-eps-mds/2023.2-UnB-TV-Frontend) | ||
|
||
## Acessando o repositório localmente | ||
|
||
### Requisitos | ||
|
||
- docker e docker compose | ||
|
||
Primeiro passo é instalar o docker e docker compose, para isso siga os passos de instalação do [docker](https://docs.docker.com/engine/install/) e [docker compose](https://docs.docker.com/compose/install/). | ||
|
||
Execute o servidor local: | ||
|
||
``` | ||
docker compose up | ||
``` | ||
|
||
Acessar o localhost em: http://localhost:4200 | ||
|
||
## Equipe | ||
|
||
| Foto | Nome | Github | Email | Matrícula | | ||
|
@@ -30,15 +50,3 @@ Este repositório contém o frontend da aplicação UnBTV, um projeto que visa a | |
| <img width="100px" style="border-radius:10%" src="https://github.com/castroricardo1.png" alt="Ricardo de Castro Loureiro"> | Ricardo de Castro Loureiro | @castroricardo1 | [email protected] | 200043111 | | ||
| <img width="100px" style="border-radius:10%" src="https://github.com/savioc2.png" alt="Ana Carolina Rodrigues Leite"> | Sávio Cunha de Carvalho | @savioc2 | [email protected] | 180130889 | | ||
| <img width="100px" style="border-radius:10%" src="https://github.com/vitoriaaquere.png" alt="Vitória Aquere Matos"> | Vitória Aquere Matos | @vitoriaaquere | <[email protected]> | 190096616 | | ||
|
||
## Instruções para rodar a aplicação | ||
|
||
Instale o docker e docker compose. | ||
|
||
Para instalar o docker: https://docs.docker.com/engine/install/ | ||
Para instalar o docker compose: https://docs.docker.com/compose/install/ | ||
|
||
Para rodar o frontend execute o comando `docker compose up` e abra no navegador usando o link http://localhost:4200/. | ||
|
||
Para rodar os testes execute `docker exec -it unb-tv-web ng test` com o docker em execução e abra no navegador usando o link http://localhost:9876/# | ||
Para rodar o frontend execute o comando `docker compose up` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[req] | ||
default_bits = 2048 | ||
prompt = no | ||
default_md = sha256 | ||
x509_extensions = v3_req | ||
distinguished_name = dn | ||
|
||
[dn] | ||
C = IN | ||
ST = India | ||
L = India | ||
O = My Organisation | ||
OU = My Organisational Unit | ||
emailAddress = [email protected] | ||
CN = localhost | ||
|
||
[v3_req] | ||
subjectAltName = @alt_names | ||
|
||
[alt_names] | ||
DNS.1 = localhost |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
export const EDUPLAY_API_URL = 'https://eduplay.rnp.br/services/'; | ||
export const UNB_ID = 216; | ||
export const UNB_ID = 216; | ||
export const VIDEOS_LIMIT = 1000; | ||
export const VIDEOS_ORDER = 3; // ordenação pelos mais recentes (eduplay); | ||
export const UNB_TV_CHANNEL_ID = 190265; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
fc72c85
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Deployed on https://6576788113a6c81c142b7989--unbtvapp.netlify.app