Full code xây dựng backend Restful API JSON (server) + web client (.Net core) với ứng dụng Todolist. Các bạn có thể tải về tham khảo các chức năng và áp dụng về đề tài của các bạn cũng như mở rộng ra.
BACKEND – Restful API (Server)
-
Backend provides APIs for mobile app and admin site.
-
Backend and admin site can be a single site.
Website client (Client)
Manage category:
-
Admin can view category list, add, edit or delete category.
-
A category need only name property.
-
View all to-do items
-
View all existing to-do items with their description, due date, category and completion status.
View to-do list:
-
View to-do list, newer items are on top.
-
Allow to search to-do item by description, category name and completion status.
-
Over-due items must be highlighted.
Add to-do item:
-
Add a new to-do item with description (required), due date (optional) and
-
category (required). By default, new to-do item is not completed.
-
After finish adding, the to-do list will be displayed with the new added item on the top.
Edit to-do item:
-
Allow to edit name, due date, category and completion status.
Delete to-do item
-
Allow to delete to-do item
XEM THÊM ==> Hướng dẫn cài đặt chi tiết
Nguồn: Sharecode.vn
Vì là build .Net Core nên chạy trên VS 2017 trở lên nhé các bạn.