Skip to content

yudyananda/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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 49.6%
  • JavaScript 43.3%
  • HTML 3.7%
  • CSS 2.9%
  • Shell 0.5%