https://github.com/fabien0102/climbing-app
React native application to follow my climbing progression
https://github.com/fabien0102/climbing-app
graphcool graphql native-base optimistic-ui react-native
Last synced: 26 days ago
JSON representation
React native application to follow my climbing progression
- Host: GitHub
- URL: https://github.com/fabien0102/climbing-app
- Owner: fabien0102
- Created: 2017-10-09T12:48:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T10:00:21.000Z (over 7 years ago)
- Last Synced: 2025-03-31T14:11:44.638Z (2 months ago)
- Topics: graphcool, graphql, native-base, optimistic-ui, react-native
- Language: JavaScript
- Size: 569 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Climbing app
https://expo.io/@fabien0102/climbing-app
A playground project to explore react-native (with expo) and graphcool. It's a simple application to follow my climbing progression.
## Screenshots


## Folders structure
| path | description |
|--------------|-------------------|
| `/graphcool` | graphcool project |
| `/app` | expo project |## Getting start
### App
1. Go to `/app`
1. Install dependencies -> `npm i`
1. Open the project with [expo](https://expo.io/)### Graphcool
1. Install graphcool cli -> `npm i -g graphcool@next`
1. Go to graphcool folder -> `cd graphcool`
1. Deploy your backend -> `graphcool deploy`### Crawlers
To have a database with real data, I made a small crawler for Flashh (Hamburg), you can use it or make you own crawler ;)
Instructions are into each crawler root folder.
### Connecting app and graphcool
For finish, just update graphcool endpoint url in your app project.