React-native Feed
An experimental feed app built with react-native.
Screenshot
Getting Started
These instructions will get you up and running.
Prerequisites
You'll need a running
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
- Change
src/postgraphql/http/createPostGraphQLHttpRequestHandler.jsand includelimit: '50mb'in thebodyparseroptions. Check this
Built With
- react-native
- apollo-client - The awesome graphql client
- graphql
- postgresql
- postgraphql - The amazing Graphql API creator.
License
This project is licensed under the MIT License - see the LICENSE.md file for details

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

