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

https://github.com/anishkny/realworld-jasonette

A Jasonette (Android/iOS) implementation of the RealWorld frontend
https://github.com/anishkny/realworld-jasonette

android ios jasonette realworld

Last synced: 3 months ago
JSON representation

A Jasonette (Android/iOS) implementation of the RealWorld frontend

Awesome Lists containing this project

README

        

**WIP!**

# ![RealWorld Example App](logo.png)

> ### [Jasonette](http://jasonette.com) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.

### [Demo](https://www.jasonbase.com/things/xLMD/edit)    [RealWorld](https://github.com/gothinkster/realworld)

This codebase was created to demonstrate a fully fledged fullstack application built with **Jasonette** including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the **Jasonette** community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.

# How it works

About Jasonette:

> Jasonette is a different way of making native apps.
>
> Instead of programming an app on the device, you simply write a JSON file hosted on a server, and the Jasonette apps fetch and use it to build themselves on-demand whenever you open the app.

For more details, see [Jasonette documentation](http://docs.jasonette.com).

# Getting started

Download the **Jason** app ([iOS](https://itunes.apple.com/us/app/jason./id1095557868?mt=8), [Android](https://play.google.com/store/apps/details?id=com.jasonette.jason)) and point it to the following URL:

[https://www.jasonbase.com/things/xLMD.json](https://www.jasonbase.com/things/xLMD.json)

See [documentation](http://docs.jasonette.com/jason/).