All Projects → cachrisman → ionic-ecommerce

cachrisman / ionic-ecommerce

Licence: other
Ionic Ecommerce Frontend

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to ionic-ecommerce

Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-69.77%)
Mutual labels:  ionic
elearning
elearning linux/mac/db/cache/server/tools/人工智能
Stars: ✭ 72 (+67.44%)
Mutual labels:  ionic
bobbycar
IoT Transportation demo using Red Hat OpenShift and Middleware technologies
Stars: ✭ 33 (-23.26%)
Mutual labels:  ionic
covidAPI
Coronavirus API for Current cases by country COVID-19
Stars: ✭ 600 (+1295.35%)
Mutual labels:  ionic
Food-Order
Food ordering template application using Ionic, Angular and Typescript.
Stars: ✭ 20 (-53.49%)
Mutual labels:  ionic
ionic3-firebase-ngrx
Sample Ionic 3 application using ngrx with firebase (auth, crud and camera plugin)
Stars: ✭ 48 (+11.63%)
Mutual labels:  ionic
node-mojo
Chat application NodeJS backend
Stars: ✭ 17 (-60.47%)
Mutual labels:  ionic
app-starter
Angular mono-repo (Ionic/Capacitor/StencilJS/Web Component) app starter for supporting cross platform apps.
Stars: ✭ 75 (+74.42%)
Mutual labels:  ionic
awesome-angular-iran
📄 A curated list of awesome Angular resources for Iranian developers
Stars: ✭ 25 (-41.86%)
Mutual labels:  ionic
ionic4-angular7-httpinterceptor-example
Ionic 4 and Angular 7 Tutorial: HTTP Interceptor Example
Stars: ✭ 15 (-65.12%)
Mutual labels:  ionic
ionic4-image-crop-upload
Ionic 4, Angular 7 and Cordova Crop and Upload Image
Stars: ✭ 16 (-62.79%)
Mutual labels:  ionic
OneSignal-Ionic-Sample
No description or website provided.
Stars: ✭ 85 (+97.67%)
Mutual labels:  ionic
sm-coal-app
这是一个使用Ionic2开发的集数据展示,交易,交流于一体的APP
Stars: ✭ 21 (-51.16%)
Mutual labels:  ionic
ionic-shop
基于ionic3开发的电商APP,商品搜索,商品分类,商品详情,商品评论,购物车,订单管理,支付宝沙箱等等。。
Stars: ✭ 15 (-65.12%)
Mutual labels:  ionic
react-native-ionicons
Ionic icons for React Native
Stars: ✭ 43 (+0%)
Mutual labels:  ionic
ngrx-store-ionic-storage
Simple syncing between @ngrx/store and Ionic Storage.
Stars: ✭ 66 (+53.49%)
Mutual labels:  ionic
ionic3-image-handling
In this ionic tutorial you will learn how to access the image gallery and take pictures from an ionic app. Also we will show you how to add a image cropper. This ionic tutorial includes a working ionic app example you can reuse for your needs.
Stars: ✭ 35 (-18.6%)
Mutual labels:  ionic
ionic2-transparent-bar
A transparent bar DEMO in ionic2
Stars: ✭ 76 (+76.74%)
Mutual labels:  ionic
ionic-swing
[NOT MAINTAINED] A fork of swing.js and angular2-swing for Ionic without external hammerjs dependencies
Stars: ✭ 20 (-53.49%)
Mutual labels:  ionic
cordova-plugin-exoplayer
Media player plugin for Cordova that uses Google's ExoPlayer
Stars: ✭ 48 (+11.63%)
Mutual labels:  ionic

Ionic-Ecommerce

##About Ionic-Ecommerce is a project using the Ionic Framework and AngularJS to make a mobile frontend to an ecommerce store. It can be deployed as a mobile site for an ecommerce store, or built into native iOS and Android apps which will access the products, account, login, logout, cart, and checkout functions of the ecommerce site.

Check out a demo here: https://ionic-ecommerce.herokuapp.com/app. The Spree server providing the backend api is at http://ionic-ecommerce.herokuapp.com and its repo is at https://github.com/cachrisman/ionic-ecommerce-server

##Libraries & Frameworks

  • Ruby on Rails
  • Spree Ecommerce
  • Angular
  • Ionic

##Installation

Dependencies

You need to have the following items installed and working in order to use this project. Their installation is beyond the scope of this document.

  • Git
  • Ruby
  • Node/NPM

###Backend Run the following commands to install the backend server:

git clone https://github.com/cachrisman/ionic-ecommerce-server.git
cd ionic-ecommerce-server
bundle install
spree install -A
rake db:migrate
rails server

###Frontend Run the following commands to install the frontend:

git clone https://github.com/cachrisman/ionic-ecommerce.git
cd ionic-ecommerce
npm install --save
bower install --save

Change the file ionic-ecommerce/www/js/constants.js to reflect your local environment.

Last, run the following command to show you a webpage simulating an iOS device running this app:

ionic serve -l

Or you can also emulate the app running on iOS if you have Xcode installed:

ionic emulate ios

Documentation

Future Direction

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].