BookStore
Readme
Introducción
Requerimientos funcionales y modelo conceptual
Arquitectura de la aplicación y tecnologías
Front_End
Ver la galería de libros
Crear un libro
Asociar a un libro sus autores
Ver los libros de un autor
API REST
Recurso Book
GET /books
GET /books/{id}
POST /books
PUT /books/{id}
DELETE /books/{id}
GET /books/{bookId}/authors
GET /books/{bookId}/authors/{authorId}
POST /books/{bookId}/authors/{authorId}
PUT /books/{bookId}/authors
DELETE /books/{bookId}/authors/{authorId}
Recurso Author
GET /authors
GET /authors/{id}
POST /authors
PUT /authors/{id}
DELETE /authors/{id}
GET /authors/{authorId}/books
GET /authors/{authorId}/books/{bookId}
POST /authors/{authorId}/books/{bookId}
PUT /authors/{authorId}/books
DELETE /authors/{authorId}/books/{bookId}
Recurso Editorial
GET /editorials
GET /editorials/{id}
POST/editorials
PUT /editorials/{id}
DELETE /editorials/{id}
GET /editorials/{editorialId}/books
GET /editorials/{editorialId}/books/{bookId}
POST /editorials/{editorialId}/books/{bookId}
PUT /editorials/{editorialId}/books
DELETE /editorials/{editorialId}/books/{bookId}
Lógica y Persistencia
La base de datos
Entidad libro
Relación entre Libro y Autores
Conceptos Generales
Powered by
GitBook
Ver los libros de un autor
Ver los libros de un autor
results matching "
"
No results matching "
"