All Projects → genkio → openui5-app-simple-cart

genkio / openui5-app-simple-cart

Licence: MIT license
The most cost effective yet robust e-commerce solution

Programming Languages

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

Projects that are alternatives of or similar to openui5-app-simple-cart

Laravel Shopr
A developer-friendly e-commerce foundation for your Laravel app
Stars: ✭ 196 (+988.89%)
Mutual labels:  shopping-cart, e-commerce
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+37827.78%)
Mutual labels:  shopping-cart, e-commerce
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (+1333.33%)
Mutual labels:  shopping-cart, e-commerce
TokoTokoan
No description or website provided.
Stars: ✭ 19 (+5.56%)
Mutual labels:  shopping-cart, e-commerce
Unchained
Headless & open-source e-commerce toolkit. The Unchained Engine is our core product and is written in Node.js ES6
Stars: ✭ 92 (+411.11%)
Mutual labels:  shopping-cart, e-commerce
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+28811.11%)
Mutual labels:  shopping-cart, e-commerce
Dotplant2
E-Commerce CMS - Yii Framework 2 (yii2, shop)
Stars: ✭ 636 (+3433.33%)
Mutual labels:  shopping-cart, e-commerce
storefront-app
Storefront by Fleetbase is an open source hyperlocal shopping or services app. Enables users to quickly launch their own shop or service booking app or setup a multi-vendor marketplace.
Stars: ✭ 40 (+122.22%)
Mutual labels:  shopping-cart, e-commerce
Ryal
🏵 An e-commerce library for elixir; just to save you some pain, we're still in construction, so star us instead or donate!
Stars: ✭ 87 (+383.33%)
Mutual labels:  shopping-cart, e-commerce
Shopping Cart
An easy-to-use shopping cart for Laravel
Stars: ✭ 57 (+216.67%)
Mutual labels:  shopping-cart, e-commerce
django ecommerce
Scalable Django E-Commerce, perfect to start one new online shop project.
Stars: ✭ 25 (+38.89%)
Mutual labels:  shopping-cart, e-commerce
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+8622.22%)
Mutual labels:  shopping-cart, e-commerce
shopping-cart
A full-fledged package to build an e-commerce application for iOS and Android similar to Myntra/JackThreads. Available with beautiful design and necessary features along with screen for Dashboard and Mobile app. Build using React Native, Expo, React, GraphQL, Apollo Client, Node and MongoDB.
Stars: ✭ 64 (+255.56%)
Mutual labels:  shopping-cart, e-commerce
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+12977.78%)
Mutual labels:  shopping-cart, e-commerce
e-commerce-microservices
REST Microservices architecture for E-commerce with Spring boot, Cloud and multiple modules
Stars: ✭ 102 (+466.67%)
Mutual labels:  shopping-cart, e-commerce
Vuejs Firebase Shopping Cart
Shopping cart demo using Vuejs and Firebase
Stars: ✭ 274 (+1422.22%)
Mutual labels:  shopping-cart, e-commerce
laravel-shopping-cart
e-commerce shopping cart for laravel application.
Stars: ✭ 38 (+111.11%)
Mutual labels:  shopping-cart, e-commerce
grav-skeleton-gravcart
The Grav Shopping Cart skeleton
Stars: ✭ 11 (-38.89%)
Mutual labels:  shopping-cart, e-commerce
Ecommerce Codeigniter Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 788 (+4277.78%)
Mutual labels:  shopping-cart, e-commerce
Ecommerce Laravel Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 99 (+450%)
Mutual labels:  shopping-cart, e-commerce

openui5-app-shopping-cart

screenshot

About This Project

This is one of my personal open source project built on top of the demo app comes with the sdk, a hassle-free shopping cart web application created for a senior friend of mine who runs a mamas & papas shop. This application was built with OpenUI5 framework that consumes the most robust and easy to maintain database - Google spreadsheet :) as its data source, hosted with Heroku, integrated with Mailgun. It's not really that impressive from a technical point of view, but I'm happy with it because once again, the code I wrote, the things I built made a small difference in someone's day.

Getting Started

  1. Replace the sSheetsUrl variable value (util/Util.js line 11) with your Google spreadsheet key, and check out this sample sheet to create your own data source.
  2. Replace Mailgun API key and address (app.rb line 23) with your own Mailgun account API key and address.

Deploying to Heroku

  1. Download the Heroku Toolbelt.
  2. Go to Heroku.com and register.
  3. Issue "heroku login" to authenticate, with the credentials from previous step. Make sure it's a git repository, by issuing "git init", and also "git add", "git commit" your files.
  4. Then "heroku create" to create this app on heroku. This command also adds a "heroku" remote repository that you can push to.
  5. To deploy, issue "git push heroku master".
  6. Other helpful heroku commands:
  • heroku logs
  • heroku logs -t
  • heroku rename
  • heroku restart
  • heroku run console
  • heroku help
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].