masdimya / coding-collective-payment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding Collective Technical Test - Case Payment Service Build With Laravel

alt text

Introduction

In this app you can deposit and withdraw from and to your local wallet and payment wallet.

Tech stack

  1. PHP 7.4
  2. Laravel 7
  3. Livewire 2
  4. Mysql
  5. Docker

Usage

  1. Git clone project

  2. Make sure you have already install docker

  3. run makefiles

    make install 
    
  4. There is 2 application, Client App and Payment App. Run makefiles seperated.

    Run Client App

    make run-client 
    

    Run Payment App

    make run-payment 
    

    Run Payment Queue

    make run-payment-queue
    

About


Languages

Language:PHP 89.1%Language:Blade 9.4%Language:Dockerfile 0.8%Language:Makefile 0.6%