HugoBravo / cashflow-backend-lumen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💰 cashflow-backend-lumen

Simple API REST built under Laravel Lumen micro-framework for manage multi-currency cash flow with periodic closings at discretion. Project include JWT Authentication and role management.

Running the app

# install dependencies
composer install --ignore-platform-reqs

# run migrations (mysql / mariadb)
php artisan migrate:fresh --seed

# run in dev mode on port 8000
php -S localhost:8000 -t public/

Licence

Licensed under GNU GPL v3.0.

About


Languages

Language:PHP 99.5%Language:Shell 0.3%Language:Makefile 0.2%