Actual code has not started yet and I have been thinking about several ways to accompalish this:
- CakePHP, MySQL - No Vue/TailwindCSS/DynamoDB
- Slim(PHP), Postgres, Vue/TailwindCSS
- Slim(PHP), DynamoDB, Vue/Tailwindcss
Fastest one (for now) would be the first option - more experience, recently worked on this a lot
Taking specific notes from "Noter" development - more on this tomorrow
docker-compose run geartable bin/cake bake migration CreateCategories name:string:index:NAME_INDEX photo:string? active:boolean? added:datetime?
docker-compose run geartable bin/cake bake migration CreateProducts category_id:number:index:CATEGORY_ID_INDEX name:string photo:string? active:boolean? added:datetime?