Collection of PHP and Nodejs application templates. Can be used as starter points to extending your future app.
All samples require Docker to build and run.
To set up proper app just copy it's content to your working directory and run docker-compose up -d
Before setup feel free to modify docker-compose.yml
, any Dockerfile
, add other files, etc.
To roll new Laravel 9 PHP application see separate repository - Laravel app