An open API service indexing awesome lists of open source software.

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

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
```