Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrecpedro/todoapi
ToDo API
https://github.com/alexandrecpedro/todoapi
csharp dotnet entity-framework in-memory-database openapi swashbuckle
Last synced: about 1 month ago
JSON representation
ToDo API
- Host: GitHub
- URL: https://github.com/alexandrecpedro/todoapi
- Owner: alexandrecpedro
- Created: 2024-04-17T18:13:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T13:08:05.000Z (10 months ago)
- Last Synced: 2024-11-09T08:29:47.032Z (3 months ago)
- Topics: csharp, dotnet, entity-framework, in-memory-database, openapi, swashbuckle
- Language: C#
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
1. - All details implementation of a function/class must be encapsulated
2. - Use access modifiers to limit and controll the access to the states of the object.
3. - Use polymorphism \*
4. - Add at least a Get and a Post http method (can be used in a controller class or on minimal api)
5. - Add a class service to do some asynchronous task.
6. - Use interface
7. - use a extension method class
8. - use swagger api description
9. - Fallow coding good practice
10. - commit to GitHub