Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betocantu93/octane-ecommerce
Ember Octane + FastBoot + Algolia + PayPal + Formspree
https://github.com/betocantu93/octane-ecommerce
algolia ecommerce emberjs fastboot formspree frontend paypal ssr
Last synced: 17 days ago
JSON representation
Ember Octane + FastBoot + Algolia + PayPal + Formspree
- Host: GitHub
- URL: https://github.com/betocantu93/octane-ecommerce
- Owner: betocantu93
- Created: 2019-04-22T15:16:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:14:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T05:27:53.620Z (about 1 month ago)
- Topics: algolia, ecommerce, emberjs, fastboot, formspree, frontend, paypal, ssr
- Language: JavaScript
- Homepage: https://octane-ecommerce.herokuapp.com/
- Size: 5.36 MB
- Stars: 24
- Watchers: 1
- Forks: 7
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# octane-ecommerce
This is an 100% frontend simple, but powerful, E-Commerce built with Ember Octane.
Demo
[Live Demo](https://octane-ecommerce.herokuapp.com/)Features:
- [Ember Octane](https://octane-guides-preview.emberjs.com/release/getting-started/quick-start/)
- [PayPal Checkout](https://developer.paypal.com/)
- [Algolia for Storing and Querying](https://www.algolia.com/doc/guides/getting-started/how-algolia-works/)
- [Formspree to send emails](https://formspree.io/)
- [FastBoot](https://ember-fastboot.com/)Resources:
- [Slides](https://docs.google.com/presentation/d/1YaG26Fj-tVjyFV8LvQJkfIH89-HYdkfHfhdRz3bC2-k/edit#slide=id.g56ccd9a7f0_0_33)
- [San Antonio Meetup Video](https://www.youtube.com/watch?v=KnkWs18V9dA&t=1123s)## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/)
* [Yarn](https://yarnpkg.com/)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)## Installation
* `git clone ` this repository
* `cd octane-ecommerce`
* `yarn install`## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`### Linting
* `yarn lint:hbs`
* `yarn lint:js`
* `yarn lint:js --fix`### Building
* `ember build` (development)
* `ember build --environment production` (production)### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](https://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)