ali-ehmed / pilot-manager-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pilot: Managers App

A simple application that displays all payment requests submitted by the contractor. The manager can only accept or reject the payment request. The acceptance/rejection of payment request should be handled by the manager app publishing an event and the contractor app processing the event to update the status for the contractor.

Pre-requisites

  • Ruby 3.0.3
  • Postgres 14
  • RabbitHQ 3.10.6

Clone Repo

git clone git@github.com:ali-ehmed/pilot-manager-app.git

Setup Application

make application_setup

Start App

make server

Run tests

make test

About


Languages

Language:Ruby 79.6%Language:HTML 16.1%Language:JavaScript 1.7%Language:SCSS 1.6%Language:Makefile 0.3%Language:Shell 0.3%Language:CSS 0.3%