Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cacic-fct/fct-app
Aplicativo de eventos dos alunos
https://github.com/cacic-fct/fct-app
angular angular-fire firebase ionic
Last synced: 3 days ago
JSON representation
Aplicativo de eventos dos alunos
- Host: GitHub
- URL: https://github.com/cacic-fct/fct-app
- Owner: cacic-fct
- License: other
- Created: 2022-02-11T01:41:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T22:36:56.000Z (8 months ago)
- Last Synced: 2024-05-22T23:23:51.933Z (8 months ago)
- Topics: angular, angular-fire, firebase, ionic
- Language: TypeScript
- Homepage: https://fct-pp.web.app
- Size: 10.2 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# FCT App
> [!CAUTION]
> O FCT App foi descontinuado em 08/10/2024. Leia a discussão [#182](https://github.com/cacic-fct/fct-app/discussions/182#discussioncomment-10927548) para entender as motivações e para ponderar sobre a possibilidade de continuar o desenvolvimento do projeto ou de outro similar.[![Documentation](https://img.shields.io/badge/documentation-blue)](https://docs.fctapp.cacic.dev.br)
[![Front end build](https://img.shields.io/github/actions/workflow/status/cacic-fct/fct-app/frontend-ci.yml?branch=main&logo=github&label=front%20end%20build)](https://github.com/cacic-fct/fct-app/actions)
[![Back end build](https://img.shields.io/github/actions/workflow/status/cacic-fct/fct-app/backend-ci.yml?branch=main&logo=github&label=back%20end%20build)](https://github.com/cacic-fct/fct-app/actions)
[![Docs build](https://img.shields.io/github/actions/workflow/status/cacic-fct/fct-app/docs.yml?branch=main&logo=github&label=docs%20build)](https://github.com/cacic-fct/fct-app/actions)
[![Coverage](https://img.shields.io/codecov/c/github/cacic-fct/fct-app/main?logo=codecov)](https://codecov.io/gh/cacic-fct/fct-app)
[![License](https://img.shields.io/badge/license-AGPL–3.0–only-red)](https://github.com/cacic-fct/fct-app/blob/main/License.txt)O "FCT App" facilita a vida dos alunos da FCT, com o acesso aos eventos do câmpus. Tem alto potencial de expansão.
## Contribuindo
Todos podem contribuir para o "FCT App".
Leia o [guia de contribuição do CACiC](https://github.com/cacic-fct/.github/blob/main/Contributing.md).
## Documentação
A documentação do projeto está disponível em [docs.fctapp.cacic.dev.br](https://docs.fctapp.cacic.dev.br).
O projeto da documentação está disponível na pasta `docs`.
## Aplicativo
O aplicativo é construído com Angular e pode ser acessado em [fctapp.cacic.dev.br](https://fctapp.cacic.dev.br).
### Desenvolvimento
Antes de começar, instale o [Bun](https://bun.sh/).
Depois, instale as dependências comuns:
```bash
bun install
```Agora, siga as instruções que estão no projeto que você deseja contribuir para.