Skip to content

Example how to integrate payment gateway using midtrans, firebase, reactjs and minimal server to create transaction service using express.

Notifications You must be signed in to change notification settings

ahmadnzr/reactjs-midtrans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React.js + Express + Midtrands + Firebase

Read midtrans documentation:

Get Started

  • clone the repo
  • run the backend service:
    • configure your environment use .env-template
    • run these commands :
      cd server/ && 
      yarn &&
      yarn devdev
  • run the client
    • configure your environment use .env-template
    • run these commands:
      cd client/ &&
      yarn &&
      yarn start
    • open the browser and simulate the transaction.

About

Example how to integrate payment gateway using midtrans, firebase, reactjs and minimal server to create transaction service using express.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published