Skip to content

alexandrecpedro/todoapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEBoot3-todo

Implement a simple todo list web api app that uses the OOP principles and good practice

For this task the students should follow the following rules:

    • All details implementation of a function/class must be encapsulated
    • Use access modifiers to limit and controll the access to the states of the object.
    • Use polymorphism *
    • Add at least a Get and a Post http method (can be used in a controller class or on minimal api)
    • Add a class service to do some asynchronous task.
    • Use interface
    • use a extension method class
    • use swagger api description
    • Fallow coding good practice
    • commit to GitHub