Created an Application which is able to drive the Google Keep Application.
The intent of the application is to use ASP .NET Core Web API's and Entity Framework Core
- A Note can have potential things:
- Must have a title
- Can have plain text
- Can have checklist, basically a list of items
- Can have a set of labels
- Can be pinned
- Should be able to create notes
- Should be able to retrieve all/individual notes
- Should be able to delete a set of/individual notes
- Should be able to edit an individual note
- Should be able to retrieve notes by labels
- Should be able to retrieve pinned notes
- Should be able to search the notes by title