diff --git a/Readme.md b/Readme.md index bf2b2f0..f83bd7b 100644 --- a/Readme.md +++ b/Readme.md @@ -1,13 +1,21 @@ ## Tec Stack -Language: `lang` -Framework: `none` -Librarys: `none` +Language: `PHP` +Framework: `Symfony` +Database: Mysql` +Librarys: `Twig, Encorem SCSS` ## Description -Basic Template for a Learning Repo +A Basic kanban Board made with PHP and Symfony ## Setup +## Paths +- database schema under `.checkout/schema.sql` +- config under `.checkout/config/Config.php` +- go in `.checkout` +- run `symfony server:start` +- run `npm run watch` + ### On Linux - step1 diff --git a/composer.phar b/composer.phar new file mode 100644 index 0000000..4d2e00e Binary files /dev/null and b/composer.phar differ