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

https://github.com/softmotions/ejdb2iosexample

EJDB2 iOS Example application
https://github.com/softmotions/ejdb2iosexample

database ejdb ejdb2 example-app example-apps ios ios-app json swift swiftui

Last synced: 3 months ago
JSON representation

EJDB2 iOS Example application

Awesome Lists containing this project

README

        

# EJDB2 Example iOS project

This Application is based on original https://github.com/devxoul/SwiftUITodo with [EJDB2](https://ejdb.org)
storage engine on board.

## Prerequisites

* [Carthage](https://github.com/Carthage/Carthage)
* cmake
* XCode

## Setup

```sh
git clone https://github.com/Softmotions/EJDB2IOSExample
cd EJDB2IOSExample

carthage update --verbose
```

Initial build takes some time - so be patient

[Also take a look on Cocoapods app version](https://github.com/Softmotions/EJDB2IOSExample/tree/cocoapods)