https://github.com/gustavo-developer/agendalive-frontend
Agenda Live é um aplicativo construído em Angular 9, Angular Material e integrado a uma API em Spring
https://github.com/gustavo-developer/agendalive-frontend
Last synced: 11 months ago
JSON representation
Agenda Live é um aplicativo construído em Angular 9, Angular Material e integrado a uma API em Spring
- Host: GitHub
- URL: https://github.com/gustavo-developer/agendalive-frontend
- Owner: Gustavo-Developer
- Created: 2022-02-23T15:08:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T01:09:54.000Z (over 4 years ago)
- Last Synced: 2025-01-29T13:44:17.657Z (over 1 year ago)
- Language: TypeScript
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Agenda Live - Portal de Lives 📰🚀

---
Sobre |
Tecnologias |
Requerimentos |
Começando |
## :dart: Sobre ##
O projeto AgendaLive visa mostrar ao usuário as próximas lives disponíveis, assim como as lives já realizadas e ainda permite a criação de novas lives.
## :rocket: Tecnologias ##
As seguintes tecnologias foram utilizadas no projeto:
- [Node](https://nodejs.org/en/)
- [Angular Material](https://material.angular.io/)
## :white_check_mark: Requerimentos ##
- [Node](https://nodejs.org/en/)
- [Angular Cli](https://angular.io/cli)
## :checkered_flag: Começando ##
```bash
# Clone this project
$ git clone https://github.com/Gustavo-Developer/agendaLive-Frontend
# Access
$ cd agendaLive-Frontend
# Install dependencies
$ npm install
# Run the project
$ ng serve
# The server will initialize in the
```