Skip to content

Instantly share code, notes, and snippets.

View kyawkyawsoezhu's full-sized avatar
🏠
Working from home

Kyaw Kyaw Soe kyawkyawsoezhu

🏠
Working from home
  • Myanmar
View GitHub Profile
@kyawkyawsoezhu
kyawkyawsoezhu / .env.deploy
Created July 17, 2021 06:29
Bash file for deploying ReactJS app (CRA) to production server
DEPLOY_USER=$USER
DEPLOY_SERVER=awesome.example.com
DEPLOY_PATH=/var/www/awesome-react-app
@kyawkyawsoezhu
kyawkyawsoezhu / .env.deploy
Created July 17, 2021 08:14
Laravel artisan command for deploy to the destination server
DEPLOY_USER=awesomeuser
DEPLOY_SERVER=awesome-api.example.com
DEPLOY_PATH=/var/www/awesome-api
@kyawkyawsoezhu
kyawkyawsoezhu / payment-engine response.json
Created January 19, 2023 08:55
API response of Payment Engine
{
"fullPayment": {
"packagePrice": {
"voluntaryPrice": "1050000",
"compulsoryPrice": "64600",
"totalPrice": "1114600",
"discountPrice": "52500"
},
"paymentDetails": [
{