Skip to content

This Project is a peer to peer transactions platform where Agent Can Move Funds from One Account To Another

Notifications You must be signed in to change notification settings

obynonwane/AjoCardP2P

Repository files navigation

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)

About

This Project is a peer to peer transactions platform where Agent Can Move Funds from One Account To Another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published