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
- Host: GitHub
- URL: https://github.com/anishkny/realworld-jasonette
- Owner: anishkny
- License: mit
- Created: 2017-07-29T13:02:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T19:21:02.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T02:44:29.056Z (4 months ago)
- Topics: android, ios, jasonette, realworld
- Homepage: https://realworld.io
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**WIP!**
# 
> ### [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/).