Skip to content

bbtests/fbis

Repository files navigation

FBIS TEST

TEST INFO

open FBIS TAKE HOME TEST.pdf

EASY SETUP

Clone the repository git clone https://github.com/bbtests/fbis

Open the project directory in terminal

copy .env.example to .env and update the details: cp .env.example .env

Using Sail (docker), php8.2+ and composer required

Install packages and run: composer install && ./vendor/bin/sail up -d

Using Docker

run: docker compose up -d

Getting Started

run migration & seeding default configuration in the app container terminal (Only once) php artisan migrate:fresh --seed && php artisan key:generate

API Documentation

import postman_collection.json into postman to see the API documentation Also at: https://www.postman.com/bbtests/workspace/public/collection/14901487-d7c47f19-8b5f-4cd7-bd9e-eed0cf594870

for BAP_API_* values, check https://documenter.getpostman.com/view/25151909/2sA3JKc29C for SHAGO_API_* values, check https://documenter.getpostman.com/view/19961344/2sA3JKc1qV

NB: BAP gives Insufficient balance when agent balance is low while Insufficient user balance when application user balance is low.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors