An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Agenda live


Agenda Live - Portal de Lives 📰🚀



Language count


GitHub last commit

License

---


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
```