Desafio Concluído !!! #119
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Esse PR está resolvendo totalmente o exercício de desafio de Projeto proposto pela DIO na LAB "Construindo um Sistema de Agendamento de Tarefas com Entity Framework".
Para a correta execução do projeto, foram realizadas as seguintes alterações propostas no código:
Alterar o arquivo JSON, completando com a ConnectionString para realizar a conexão com Banco de Dados e fazer operações no Banco com a ferramenta do Entity Framework.
Gerar as Migrations, bem como, aplicar essas Migrations para o construir Entidades no Banco de Dados através do Entity Framework.
Completar o código com as operações CRUD de linguagem SQL, sendo eles:
ObterPorId (GET)
ObterTodos (GET)
ObterPorTitulo (GET)
ObterPorData (GET)
ObterPorStatus (GET)
Criar (POST)
Atualizar (PUT)
Deletar (DELETE)
Realizar os testes no localhost da API para concretizar seu real funcionamento!
Após os testes realizados, o código alterado atende integralmente as regras e a todo enunciado do desafio!!!