This is a dummy project, which is used to demonstrate knowledge of symfony and backend development in general. It serves as an example with some bad practices included.
- Clone the repository or download the code
- Handle all open issues in the project
- Make
vendor/bin/phpstanpass without errors - Make
vendor/bin/phpunitpass without errors - Upload the code to your own Repository (Avoid forking the repository and creating a PR, as this would make your solution visible to others)]
We prepared a dev environment with all dependencies included. If this does not work / you're faster with your own setup, feel free to use your own environment.
- Install Nix if you don't have it already.
- Use
nix-shellto enter the development environment- This will install all the necessary dependencies
just installto install all dependencies- Run
just startfor a dev server (orsymfony serveif you don't usenix-shell)