Skip to content

MatheuslFavaretto/library-olist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentação do Projeto: Library Management System

Desafio da empresa https://olist.com/

Principais Tecnologias

  • Django
  • Docker
  • Restframework (django)

que foi feito

  • Receber um arquivo CSV com autores e importá-lo para o banco de dados
  • Expor os dados dos autores em um endpoint
  • Operações de CRUD (Criar, Ler, Atualizar e Deletar) para livros
classDiagram
  class Book {
    + id: integer
    + name: string
    + edition: integer
    + publication_year: date
    + authors: list
    + cadastrar(name: string, edition: integer, publication_year: date, authors: list): type
  }

  class Author {
    + id: integer
    + name: string
  }

  Book "1" *-- "*" Author

Link do desafio: https://github.com/olist/work-at-olist#1-receive-a-csv-with-authors-and-import-to-database

/authors /books Um livro pode ter muitos authores
/authors /books Um livro pode ter muitos authores

About

Challenger work-at-olist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published