https://github.com/nattatorn-dev/imdone
save favorite links
https://github.com/nattatorn-dev/imdone
apollo apollo-subscription apollo-upload-client apollo-upload-server express graphql nextjs react redux redux-form
Last synced: about 2 months ago
JSON representation
save favorite links
- Host: GitHub
- URL: https://github.com/nattatorn-dev/imdone
- Owner: nattatorn-dev
- Created: 2017-06-11T09:23:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T14:57:12.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T05:38:06.443Z (about 2 months ago)
- Topics: apollo, apollo-subscription, apollo-upload-client, apollo-upload-server, express, graphql, nextjs, react, redux, redux-form
- Language: JavaScript
- Homepage:
- Size: 252 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apollo & Redux Example
This app is based Next.js with apollo-redux
## Features
This app demostrates the following features:
* [Next.js](https://github.com/zeit/next.js)
* [Redux](https://github.com/reactjs/redux)
* [Apollo](https://github.com/reactjs/redux)
* [Apollo subscription](https://github.com/Goluis/with-apollo-subscriptions)
* [Apollo upload server](https://github.com/jaydenseric/apollo-upload-server)
* [Apollo upload client](https://github.com/jaydenseric/apollo-upload-client)
* [redux-form](https://github.com/erikras/redux-form)## How to use
Install mongodb and configure in .env
Install it and run server:
```bash
cd ./server
npm install
npm run dev
```Install it and run server:
```bash
cd ./client
npm install
npm run dev
```