Skip to content

sasha-mart/financier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. docker-compose up -d
  2. docker-compose exec php composer install

Then you can see API docs at http://localhost:8100/api/v1

  1. Database migrations: docker-compose exec php bin/console d:m:m

Now the API works! :)

Frontend is not available now, only API.