Skip to content

Finance microservice written in PHP with Lumen.

Notifications You must be signed in to change notification settings

tkresic/finance

Repository files navigation

Finance Microservice

One of the microservices that supports the desktop cash register application in Flutter. Docker image can be found here.

Set up the project

  • Install dependencies with composer install
  • Create the environmental file with cp .env.example .env and update .env with database credentials
  • Run the migrations & the seedsphp artisan migrate:refresh --seed

Generates API documentation

php artisan swagger-lume:generate

Run the app

docker-compose up or php -S localhost:8001 -t public

About

Finance microservice written in PHP with Lumen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published