alexnd / docker_starters

Fullstack apps boilerplates with Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apps boilerplates for fullstack development

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.

node_app - Nodejs minimal app

node_mvp - Nodejs app with JWT authorization, websockets and TingoDB models

php_app - PHP 8 with Composer minimal app

php7_app - PHP 7 + Mysql 5 + Composer

slim_app - PHP Slim4 app with Mysql and Vue2

wp_app - WordPress (PHP) + Mysql + Phpmyadmin

To roll new Laravel 9 PHP application see separate repository - Laravel app

About

Fullstack apps boilerplates with Docker


Languages

Language:CSS 80.0%Language:JavaScript 10.4%Language:PHP 4.7%Language:HTML 1.5%Language:Handlebars 1.2%Language:Blade 1.2%Language:Shell 0.4%Language:Dockerfile 0.4%Language:Vue 0.3%Language:PLSQL 0.0%