shivam8800 / shopify_API

a web based server which pulls product information from a Shopify based POS(Point of Sale) system and updates inventory every time a sale is made

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shopify API

Made using hapi.js, the repository use MongoDB database.

How to Run ?

  1. npm install (installing all dependencies)
  2. sudo npm install -g nodemon (install nodemon globally)
  3. npm start (start server)

Documentation

  1. Just got to http://localhost:8080 for Login, If you are new User Just enter your credentials Once you submit the form, Backend will automatically create a new user and give you logged In access and For Existing user as usual :)

  2. When the code is running, API documentation is accessible at localhost:8080/documentation.

About

a web based server which pulls product information from a Shopify based POS(Point of Sale) system and updates inventory every time a sale is made


Languages

Language:JavaScript 75.6%Language:HTML 16.4%Language:CSS 8.0%