All Projects → haikyuu → react-native-feed

haikyuu / react-native-feed

Licence: MIT license
News feed built with react-native, apollo-client and graphql & powered by postgraphql

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
Starlark
911 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to react-native-feed

Ddp Apollo
DDP link for Apollo with GraphQL Subscriptions support
Stars: ✭ 163 (+64.65%)
Mutual labels:  apollo-client
gatsby-starter-redux-saas
An Gatsby starter for Saas products. Uses redux and apollo and a graphql token auth backend.
Stars: ✭ 18 (-81.82%)
Mutual labels:  apollo-client
fullstack-apollo-subscription-example
A minimal Apollo Server 2 with Apollo Client 2 with Subscriptions application.
Stars: ✭ 72 (-27.27%)
Mutual labels:  apollo-client
Apollo Cache Redux
Redux cache for Apollo Client 2.0. This project is no longer maintained.
Stars: ✭ 179 (+80.81%)
Mutual labels:  apollo-client
Kit
ReactQL starter kit (use the CLI)
Stars: ✭ 232 (+134.34%)
Mutual labels:  apollo-client
nextjs-graphql-auth
Authentication system using NextJS, GraphQL, Apollo Client, Apollo Server, MongoDB, Nginx, Docker, Docker-Compose and Kubernetes
Stars: ✭ 27 (-72.73%)
Mutual labels:  apollo-client
Mobx Apollo
A MobX and Apollo Client integration utility.
Stars: ✭ 152 (+53.54%)
Mutual labels:  apollo-client
boilerplate
Boilerplate for @prisma-cms
Stars: ✭ 22 (-77.78%)
Mutual labels:  apollo-client
Productivity Frontend
Productivity Application - Kanban Style Productivity Management Application with Customizable Boards, Lists and Cards to Make You More Productive.
Stars: ✭ 234 (+136.36%)
Mutual labels:  apollo-client
datahub
Datahub v2
Stars: ✭ 16 (-83.84%)
Mutual labels:  apollo-client
Prisma Auth0 Example
Boilerplate Prisma Startup
Stars: ✭ 184 (+85.86%)
Mutual labels:  apollo-client
React Apollo Network Status
Brings information about the global network status from Apollo into React.
Stars: ✭ 203 (+105.05%)
Mutual labels:  apollo-client
bookshelf
My GraphQL playground
Stars: ✭ 64 (-35.35%)
Mutual labels:  apollo-client
Agollo
An elegant Go client for Ctrip Apollo
Stars: ✭ 167 (+68.69%)
Mutual labels:  apollo-client
GitHunt-Polymer
An example of a client-side app built with Polymer and Apollo Client.
Stars: ✭ 13 (-86.87%)
Mutual labels:  apollo-client
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (+53.54%)
Mutual labels:  apollo-client
ctrip-apollo
The most delightful and handy Node.js client for ctrip apollo configuration service.
Stars: ✭ 56 (-43.43%)
Mutual labels:  apollo-client
nap
[Deprecated] NextJS + Apollo + PassportJS
Stars: ✭ 52 (-47.47%)
Mutual labels:  apollo-client
matters-web
Website of Matters.News, built with Next.js.
Stars: ✭ 70 (-29.29%)
Mutual labels:  apollo-client
2019-15
Catch My Mind - 웹으로 즐길 수 있는 캐치마인드
Stars: ✭ 19 (-80.81%)
Mutual labels:  apollo-client

React-native Feed

An experimental feed app built with react-native.

Screenshot

Screenshot

Getting Started

These instructions will get you up and running.🏃

Prerequisites

You'll need a running🏃 postgresql database Check this awesome guide

Installing

Create the database

createdb feed
psql feed < database.sql

Install everything. (You should try yarn)

npm install -g postgraphql
npm install

Ruuun : 🏃🏃🏃

postgraphql -c postgres://localhost:5432/feed --watch
react-native run-ios
#or
react-native run-android

Image upload won't work out of the box (the body parser of the node.js server has a default size limit of 100kb), you'll need to change that:

  • Find where postgraphql was installed :
npm bin -g
cd to the given location
#you'll find a symlink to postgraphql
cd to the original folder

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].