Skip to content

firstdata/Demo-Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marketplace-Demo

A sample Marketplace App using the First Data Marketplace APIs

What is Marketplace-Demo?

The Marketplace-Demo is an e-commerce site that uses FirstData's Marketplace APIs (in a sandbox environment). Marketplace-Demo is written using express and angular.

How do I get started?

You can visit fdmarketplacedemo.com to see a live demo, or you can clone this repo and install the dependencies via the following commands:

Update configuration file

Update config/default.json file. Use credentials received from the https://developer.firstdata.com site:

{
  "kong": {
    "url": "API_URL",
    "username": "API_USERNAME",
    "secret": "API_SECRET"
  },
  "port": 3000
}

Then run:

npm install
npm start

Now you can visit localhost:3000 to view the site.

If you need to make changes into any of JavaScript files, make all changes and then run:

grunt deploy

This will concatenate all your changes into the fd.js file.

More information you can find on developer.firstdata.com/docs/

Deploy to Heroku

Deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •