Skip to content

51imyyy/project-template

Repository files navigation

Project-Template

Intention

This project is a template for side projects. It's designed to use each part separate or as one application. It should be possible to just use the PHP Backend or the Vue Frontend or both together. If you don't want to use one of the parts just leave it there or delete it.

Usage

$ git clone https://github.com/51imyy/project-template.git
$ rm -rf .git

Scripts are defined in the composer.json and are callable via

$ composer my_script

now you are ready to go.

TBD

- Vue FE
- Vue container
- Pre defined database
- buildin inspector for the databases / container
...
- other parts