https://github.com/charlescreativecontent/elastic-path-demo
JavaScript Ecommerce application using the Elastic Path Composable Commerce API
https://github.com/charlescreativecontent/elastic-path-demo
Last synced: 11 months ago
JSON representation
JavaScript Ecommerce application using the Elastic Path Composable Commerce API
- Host: GitHub
- URL: https://github.com/charlescreativecontent/elastic-path-demo
- Owner: CharlesCreativeContent
- Created: 2023-12-14T06:27:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T01:56:09.000Z (almost 2 years ago)
- Last Synced: 2025-05-14T17:41:53.945Z (about 1 year ago)
- Language: JavaScript
- Size: 9.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elastic-Path-Demo: Visit Here
### JavaScript Ecommerce application using the Elastic Path Composable Commerce API
## Tech used: 
## Demo Video: View Here

## Installation
1. Clone repo
```
git clone https://github.com/CharlesCreativeContent/elastic-path-demo.git
```
2. Open index.html file
## Elastic Path API
1. You can signup to use the API here - https://useast.cm.elasticpath.com/free-trial
2. After signup you can fill in their content management system with your store information - https://useast.cm.elasticpath.com/
3. Once your store is ready you can use their postman collection to integrate their api - https://elasticpath.dev/docs/commerce-cloud/api-overview/test-with-postman-collection
## Optimizations and Lessons Learned: View Here
The main goal of this take home was to get the functionality done without worrying about adding complexity. In order to do that i decided to simply interact with the API using javascript instead of using node.js and building out backend infrasture or using frameworks such as next.js etc.
## More Projects