Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoetrope69/react-relay-graphql-experiments
:chart_with_upwards_trend: experiments with graphql, relay and react
https://github.com/zoetrope69/react-relay-graphql-experiments
graphql react relay uni
Last synced: 23 days ago
JSON representation
:chart_with_upwards_trend: experiments with graphql, relay and react
- Host: GitHub
- URL: https://github.com/zoetrope69/react-relay-graphql-experiments
- Owner: zoetrope69
- Created: 2015-10-30T01:20:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T23:55:18.000Z (almost 8 years ago)
- Last Synced: 2024-04-09T22:47:30.748Z (7 months ago)
- Topics: graphql, react, relay, uni
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WEBRES - Sprint 1 - Data Visualization Sprint
This repo contains the following information:
1. Our code for the sprint.
2. Wiki containing all of our documents and findings throughout the sprint. [ Find this over on the wiki page: ](https://github.com/zaccolley/webres/wiki/)
3. Current Issues with the application, includes future improvements. [Find this issues over on the issues page: ](https://github.com/zaccolley/webres/issues)All the data used for the sprint is based on live data from the University of Portsmouth's PC availability system.
Rob Calcroft created a script to collect the information, get your hands on the [raw data](http://labs.calcroft.co/pc-data.json)# Install
To install the application onto your machine follow the following links:
1. [Install and Run CouchDB](https://wiki.apache.org/couchdb/Installation)
2. (Optional) Add .env values (see .env-sample)
3. `npm install`
4. `npm run update-schema`
5. `npm run db-seed` (This will take forever sorry...)_Using eslint, would recommemd installing the `linter-eslint` package from Atom. `apm install linter-eslint`_
# Build
If you ever update the schema you should run
`npm run update-schema`# Run
1. `npm start`
2. Go to [localhost:3000/#/ul](localhost:3000/#/ul) for the Library view
3. Use the nav or map links to browse arooound# Test
To test the database connection and return data you should run
`npm run db-test`You can also check CouchDB at: [http://127.0.0.1:5984/_utils](http://127.0.0.1:5984/_utils)
# Issues
[To find up to date issues go to the following link: ](https://github.com/zaccolley/webres/issues)