Table of Contents
This Project is built with :
Follow the instruction below to install the project locally.
Follow the steps below for installation of this project.
- Clone the repo.
git clone https://github.com/sodaAPI/midtrans-keysoda.git
- Install NPM packages in ./client-side/ and ./server-side/
npm install
- Setting your Midtrans Client Key and Server Key on App.jsx and OrderRoutes.js .
//App.js on client-side
const midtransClientKey = "YOUR CLIENT KEY";
//OrderRoutes.js on server-side
const snap = new midtransclient.Snap({
isProduction: false,
serverKey: "YOUR SERVER KEY",
clientKey: "YOUR CLIENT KEY",
});
- Start Front-End and Back-end on folder client-side and server-side
npm run dev
Distributed under the MIT License. See LICENSE.txt
for more information.