Skip to content

Wireless Billing Software This is a wireless billing software built with Java and Angular. It provides a comprehensive billing solution for wireless service providers to manage their customer billing needs. Features Manage customer accounts and billing information Generate bills for individual customers or groups of customers View billing reports

Notifications You must be signed in to change notification settings

Mfuon2/wireless-billing-service

Repository files navigation

MONO REPO

Projects

  1. Mpesa gateway
    cd mpesa-gateway
    mvn clean package
  1. Admin portal
    cd admin-portal
    yarn install && ng build --delete-output-path --optimization --progress --aot --build-optimizer
  1. Portal rest api - WIP
    cd portal-api
    mvn clean package

Running in local dev

# Fastest

    `cd admin-portal && yarn dockerize`

# Run Step by step
    a. Springboot build: `cd mpesa-gateway && mvn clean package` 
    b. Node build: `cd admin-portal && yarn install && ng build --delete-output-path --optimization --progress --aot --build-optimizer`
    c. Compose startup: `docker-compose build && docker-compose up --force-recreate`

# Build everything from scratch, without using cache, ouch !
docker-compose build --no-cache && docker-compose up --force-recreate

Running in uat local

cd admin-portal && yarn install && ng build --delete-output-path --configuration=uat --optimization --progress --aot --build-optimizer docker-compose -f docker-compose-uat.yml up -d

Running in prod local

docker-compose -f docker-compose-prod.yml build && docker-compose -f docker-compose-prod.yml up -d

About

Wireless Billing Software This is a wireless billing software built with Java and Angular. It provides a comprehensive billing solution for wireless service providers to manage their customer billing needs. Features Manage customer accounts and billing information Generate bills for individual customers or groups of customers View billing reports

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published