https://github.com/drewalth/coredataexploration
Offline-first strategy for iOS leveraging CoreData and the Codable protocol
https://github.com/drewalth/coredataexploration
api-rest codable coredata ios json offline swiftui
Last synced: about 2 months ago
JSON representation
Offline-first strategy for iOS leveraging CoreData and the Codable protocol
- Host: GitHub
- URL: https://github.com/drewalth/coredataexploration
- Owner: drewalth
- Created: 2023-01-25T02:09:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T22:23:15.000Z (about 3 years ago)
- Last Synced: 2025-01-08T19:22:09.597Z (over 1 year ago)
- Topics: api-rest, codable, coredata, ios, json, offline, swiftui
- Language: Swift
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoreDataExploration
A proof-of-concept for using CoreData and the Codable protocol to help work with JSON from a remote API.
## System Requirements
- nodejs
- homebrew
## Setup
```bash
# dummy api
cd server/
npm install
node index.js
```