Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimasjt/Instaqram
Instagram like, built with Rails 5.1, Webpacker, React, GraphQL, ApolloClient, Redux, ReactRouter, MaterialUI
https://github.com/dimasjt/Instaqram
apollo examples graphql instagram rails reactjs redux wepack
Last synced: about 1 month ago
JSON representation
Instagram like, built with Rails 5.1, Webpacker, React, GraphQL, ApolloClient, Redux, ReactRouter, MaterialUI
- Host: GitHub
- URL: https://github.com/dimasjt/Instaqram
- Owner: dimasjt
- License: mit
- Created: 2017-07-24T06:09:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T02:46:05.000Z (over 7 years ago)
- Last Synced: 2024-08-05T08:07:27.273Z (5 months ago)
- Topics: apollo, examples, graphql, instagram, rails, reactjs, redux, wepack
- Language: Ruby
- Homepage: https://instaqram.herokuapp.com
- Size: 409 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - Instaqram - Instagram like, built with Rails 5.1, Webpacker, React, GraphQL, ApolloClient, Redux, ReactRouter, MaterialUI 👴 ✅ (Happy Exploring 🤘)
README
- Ruby version **2.3.3**
- Rails version **5.1.2**
- React version **15.6.1**## Installation
### Install Dependencies
- `bundle install`
- `yarn install`### Setup ENV vars
- copy _config/application.yml.example_ to _config/application.yml_ and fill the value### Database
- `rake db:create`
- `rake db:migrate`## Run Application
### Development
- `rails s`
- `./bin/webpack-dev-server --hot`
- open in browser `localhost:3000`### Production
- `rake assets:precompile RAILS_ENV=production` will automatically run yarn and webpack compile
- `rails s -e production`
- open in browser `localhost:3000`