- Preinstall
MongoDB
- Run
npm install
npm start
- API End-Point
-
POST 127.0.0.1:3000/api/create parameters: {token: AAg9m37KycRQ9XxphSgCfJRCcx34YudCuZgZiUKFwoWR}
-
POST 127.0.0.1:3000/api/{orderId}/cancel
-
GET 127.0.0.1:3000/api/orders/{orderId}
NOTE: Please make sure if payment-backend is already running before running order-backend.