1. This API Receive the transaction parameters from Authenticated User.
2. Validate the transaction parameters,
3. Move the funds, while keeping an audit log of the transactions.
https://documenter.getpostman.com/view/3188911/SVmwwJP5
- Clone the repo
git clone https://github.com/obynonwane/AjoCardP2P.git
cd
to project folder.- Run
composer install
- Save the
.env.example
as.env
and set your database information - Run
php artisan key:generate
to generate the app key - Run
npm install
- Run
php artisan migrate
- Done !!! Enjoy Your Fund Transfer
Your client_id
and client_secret
can be gotten from oauth_clients
table in the database (mysql database was used)