Skip to content

Backend project for an ecommerce using Shopify Storefront API Graphql integtration for syncing products.

Notifications You must be signed in to change notification settings

AlvaroRaul7/ecommerce-shopify-express-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

Introduction

Backend project for an ecommerce using Shopify Storefront API Graphql integration for syncing products

Tech Stack

  • Express.js
  • Typescript
  • Mongoose
  • @shopify/shopify-api
  • graphql

Database: Mongodb Atlas Free Cluster hosted in AWS

Installation

  1. Enter the project folder
  2. Run npm install to run all the dependencies
  3. Run npm run start to run the project in your localhost

Installation (Docker way)

  1. Enter the project folder
  2. Enter the command: chmod +x build_pipeline
  3. That's it! So easy isn't it? :D

Note:(For requests the port mapped is 49160)

Features

  1. Sync the products from the shopify store to the mongo DB, so you must use the shopify Storefront API (Graphql).
  2. PRODUCT endpoints:
  1. CART endpoints:

Usage

Feel free to open postman and start sending http requests :)

About

Backend project for an ecommerce using Shopify Storefront API Graphql integtration for syncing products.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published