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.
path | description |
---|---|
/graphcool |
graphcool project |
/app |
expo project |
- Go to
/app
- Install dependencies ->
npm i
- Open the project with expo
- Install graphcool cli ->
npm i -g graphcool@next
- Go to graphcool folder ->
cd graphcool
- Deploy your backend ->
graphcool deploy
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.
For finish, just update graphcool endpoint url in your app project.