A simple database display of Users and their Friends in SwiftUI
- Used Networking and
Codable
protocols to encode and decode data from the network - Used
CoreData
andNSManagedObjects
feature to store the database once retrieved - Used Entity Relationships in CoreData to display Users and their friends