This is a closed digital wallet system built for usage on quickbuy's online e-commerce store to make payments and transactions on the platform simpler and easier
Note: You must have NodeJS
installed on your computer system to be able to run this application.
if you dont have NodeJS
kindly follow this link to download and install (https://nodejs.org)
*Clone repository and change directory into project root:
git clone https://github.com/humbejeff2116/quickbuy-e-store.git
cd quickbuy-pay-API
Note: This project uses yarn
as its package manager.
You can install Yarn
using npm which is NodeJS
default package manager:
npm install -g yarn
In the project root directory, you can run:
Installs application dependencies
with yarn
Starts application server on your local machine: http://localhost:4000