Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 245 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 245 Bytes

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

# dummy api
cd server/
npm install
node index.js