Playground for improving the security of the Météofony application.
-
Install and start Docker https://www.docker.com/get-started/
-
Install Git and Make
-
Get the application we are going to work on From a terminal:
- git clone [email protected]:Spomky-Labs/meteofony.git or
- git clone https://github.com/Spomky-Labs/meteofony.git or
- gh repo clone Spomky-Labs/meteofony
-
Start the app From the root of the application
- cd meteofony
- make build
- make up
- make init
-
From your browser https://localhost:8443
This is a basic application on top of:
- PHP 8.2
- Symfony 6.4
- Symfony UX + AssetMapper + Tailwind
- API Platform
- FrankenPHP
- Caddy
- And a few other things