Getting Started
The Orbtronics payment platform is designed to facilate online payments for Orbtronics clients. This guide will explain how to set up the backend for project locally.
Quick Start
Clone the project locally
Clone the project by running the command below in your terminal
git clone https://github.com/Orbtronics-Dev/Payment-Dashboard-Backend.gitThen navigate to your project directory and install the dependencies by running the command below
npm installNext create a .env file and set up the following env variables. Contact Kalem Mentore or Remy Francis for the exact values.
PowerTranzPowerTranzId=fac-IDPowerTranzPowerTranzPassword=fac-pwRequestId=8f9d8e1f-482cd3595d7a08dbMONGODBUSER=mogodbusernameMONGODBPW=mongodbpasswordTOKENIZE_ENDPOINT=fac_rskMangment_endpointSALE_ENDPOINT=fac_sale_endpointPROCESS_SALE_ENDPOINT=fac_process_sale_endpointFRONT_ENDPOINT=front_end_urlNON3DS_ENDPOINT=fac_Non3ds_sale_endpointEMAIL_USERNAME=emailEMAIL_PASSWORD=passwordYou can now start the server by running
npm run start:dev