Commit Graph

13 Commits

Author SHA1 Message Date
Krzysztof Płaczek
48ee68f71a Add twig extra bundle to use currency formatter filter. Add custom twig method to display number of active promos. Remove old index.php file. 2024-11-17 12:33:40 +01:00
Krzysztof Płaczek
7053716924 Add dotenv package and .env file 2024-10-20 12:57:16 +02:00
Krzysztof Płaczek
5ee1bba812 Use MicroKernelTrait to bootstrap application. Rewrote routes, controllers and structure of application a bit. Including use of twig. 2024-10-19 16:01:54 +02:00
Krzysztof Płaczek
fee7495cfe Promo endpoint that display only products on sale. 2024-10-18 11:24:46 +02:00
Krzysztof Płaczek
d043e8efb1 Change url naming convention. Update README.md 2024-10-14 14:04:15 +02:00
Krzysztof Płaczek
2842ad1b2e Update README.md, remove migration.php, add message to browser.php 2024-10-12 12:48:15 +02:00
Krzysztof Płaczek
39e0262036 Update packages. Add docker support, move migration to command, add stocks as a new table. 2024-10-12 09:08:32 +02:00
Krzysztof Płaczek
4f0f0a5f00 Change application to symfony/console application 2024-05-08 09:31:26 +02:00
Krzysztof Płaczek
b9ba72c308 Automatic redirection when accessing index.php not from cli. 2024-05-08 08:28:43 +02:00
Krzysztof Płaczek
b4536e4c6b Add price and product models 2024-03-26 12:42:06 +01:00
Krzysztof Płaczek
5dc1c9d9f0 Add database migration script. 2024-03-25 09:53:09 +01:00
Krzysztof Płaczek
16614316ec Save prices to the database to the history table. Added simple browse script. 2024-03-24 09:01:36 +01:00
Krzysztof Płaczek
cb9eae65c7 Fetch data from ryobi api and save it into database. 2024-03-18 07:33:46 +01:00