Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 858 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 858 Bytes

API

quality security codecov

Core service to handle requests from clients like web UI, mobile app, etc.

Push to registry

$ docker build . -t cashtrack/api:latest --no-cache
$ docker push cashtrack/api:latest

Install

$ cp .env.sample .env
$ composer install
$ php app.php encrypt:key -m .env
$ php app.php configure -vv
$ vendor/bin/spiral get-binary
$ php app.php migrate:init
$ php app.php migrate