Açıklama Yok

ljoaquim 923be81ed4 changes to token_create_test.php 2 hafta önce
bin 51d53ef7ed test wallet on seed 2 hafta önce
controllers a8269477ed new routes: /verify/jwt and /token/get (filtered by token_uf) 2 hafta önce
libs 09d4e322a4 time out changes 2 hafta önce
middlewares 61fba5e31a Inicial commit 4 hafta önce
migrations 1c792098f3 migration token changes 2 hafta önce
models a8269477ed new routes: /verify/jwt and /token/get (filtered by token_uf) 2 hafta önce
public a8269477ed new routes: /verify/jwt and /token/get (filtered by token_uf) 2 hafta önce
services f7a124e508 token creation service 2 hafta önce
test 923be81ed4 changes to token_create_test.php 2 hafta önce
.env.example f7a124e508 token creation service 2 hafta önce
.gitignore 41187d36cc .gitignore update 2 hafta önce
README.md ee0a402a2b migration fixes (duplicate columns), setup reedo (now deletes database and creates a new one) 2 hafta önce
TODO.md f7a124e508 token creation service 2 hafta önce
composer.json 906aaa2091 feat: add request validators to controllers 3 hafta önce
composer.lock ee0a402a2b migration fixes (duplicate columns), setup reedo (now deletes database and creates a new one) 2 hafta önce
package.json 1c792098f3 migration token changes 2 hafta önce
php-api_1.0.0_all.deb a431b88a56 debian package support 4 ay önce
routes.md a8269477ed new routes: /verify/jwt and /token/get (filtered by token_uf) 2 hafta önce
test_bash_executor.php 61fba5e31a Inicial commit 4 hafta önce

README.md

  1. run ./bin/setup

(deleta o banco existente, cria o banco de dados com as credenciais do ENV e aplica migrations)

  1. run composer install (instala dependencias)

  2. run X_LISTEN=127.0.0.1:8000 php public/index.php (inicia servidor)

    fpm -s dir -t deb \
    -n php-api -v 1.0.0 \
    -C build/php-api \
    --prefix / \
    --description "API PHP php-api (SmartPay)" \
    --license "Proprietary" \
    --vendor "SmartPay" \
    --maintainer "lucas.joaquim@smartpay.com.vc" \
    --architecture all \
    --deb-no-default-config-files \
    --config-files /etc/php-api \
    --depends "php8.2-cli | php-cli (>= 8.2)" \
    opt/php-api etc/php-api var/log/php-api
    Created package {:path=>"php-api_1.0.0_all.deb"}