Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.82 KB

readme.md

File metadata and controls

37 lines (28 loc) · 1.82 KB

AjoCard P2P / Fund Transfer

Project Description

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.

This Project was Built with Laravel PHP Framework for Backend API

POSTMAN API DOCUMENTATION

https://documenter.getpostman.com/view/3188911/SVmwwJP5

Installation

  • 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)