DotNet Core Final project for Patika.Dev
- In this project, users can create any list belonging to a certain category. For example, market list, school list, market list.
- In this project, you can add, delete and update lists.
- Project has a token structure for external use and users cannot perform certain transactions without registering with this system.
- There are two types of roles in the system, Admin and User.
- Normal users will be able to create lists and perform operations on them.
- All lists created in the admin role will also be visible.
- Entities are created in database with EF Core.