https://github.com/samuelmsilva2v/webbooks
Front-end application developed with Angular for book management.
https://github.com/samuelmsilva2v/webbooks
angular front-end
Last synced: 15 days ago
JSON representation
Front-end application developed with Angular for book management.
- Host: GitHub
- URL: https://github.com/samuelmsilva2v/webbooks
- Owner: samuelmsilva2v
- Created: 2025-01-06T18:30:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T20:17:46.000Z (over 1 year ago)
- Last Synced: 2025-02-27T03:34:22.155Z (over 1 year ago)
- Topics: angular, front-end
- Language: TypeScript
- Homepage:
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Books
[🇺🇸 Read in English](#books-web)
Este é um front-end construído com Angular para gerenciar livros fornecendo uma interface para interagir com a API REST [booksApi](https://github.com/samuelmsilva2v/booksApi).
## Pré-requisitos
- Node.js e npm instalados: [Node.js](https://nodejs.org/)
- Angular CLI instalado globalmente:
```bash
npm install -g @angular/cli
```
## Tecnologias
* Angular
* Bootstrap
## Instalação
1. Clone o repositório
```bash
git clone https://github.com/samuelmsilva2v/webBooks.git
cd webBooks
```
2. Instale as dependências
```bash
npm install
```
## Funcionalidades
* Cadastro, consulta, edição e exclusão de livros.
## Imagens da aplicação


---
# Books Web
[🇧🇷 Leia em Português](#web-books)
This is a front-end built with Angular for managing books, providing an interface to interact with the REST API [booksApi](https://github.com/samuelmsilva2v/booksApi).
## Prerequisites
Node.js and npm installed: Node.js
Angular CLI installed globally:
```bash
npm install -g @angular/cli
```
## Technologies
* Angular
* Bootstrap
## Installation
1. Clone the repository:
```bash
git clone https://github.com/samuelmsilva2v/webBooks.git
cd webBooks
```
2. Install dependencies:
```bash
npm install
```
## Features
* Registration, consultation, editing and deletion of books
## Application images

