This is one project for studying the mvc from PHP
- docker
- docker-compose
- composer
- install dependencies of backend using
composer install
in backend folder - run backend with using
docker-compose up
- run phinx to init table using
vendor/bin/phinx migrate
in backend folder - access localhost:8080