Git Product home page Git Product logo

demo-marketplace's Introduction

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

demo-marketplace's People

Contributors

bigsauron avatar greggmojica avatar rajeshb1515 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.