BNMOBOXD SOAP Service is a backend service for BNMOBOXD - Curators. This Service provides backend for handling Subscription on BNMOBOXD Curators.
This service should be used along with:
This service provides the following methods:
ENDPOINT | NAME | PARAMETERS |
---|---|---|
/subscription | get | curatorUsername , subscriberUsername |
/subscription | getAll | page , take |
/subscription | count | curatorUsername |
/subscription | add | curatorUsername , subscriberUsername , status |
/subscription | update | curatorUsername , subscriberUsername , status |
- Docker
- Install requirements
- Clone repository
- By default, this app uses port
8005, 9000
but it can be modified throughdocker-compose.yml
.
cd
to repository's root- Make a env file
.env.production
- Fill the file
.env.production
referring toenv.example
, make sure to include the correct endpoint for the other services - Open terminal and run
docker compose up -d
13521044 | 13521047 | 13521107 |
---|---|---|
Project Initialization | DB Seeding | Subscription CRUD |
DB Set Up | Review and Testing | Auth Middleware |
Docker | Logging Middleware | |
PHP Client | ||
Update subscriptions on PHP |
- Docker
Nama | NIM |
---|---|
Rachel Gabriela Chen | 13521044 |
Muhammad Equilibrie Fajria | 13521047 |
Jericho Russel Sebastian | 13521107 |