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/phpstan
pass without errors - Make
vendor/bin/phpunit
pass 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-shell
to enter the development environment- This will install all the necessary dependencies
just install
to install all dependencies- Run
just start
for a dev server (orsymfony serve
if you don't usenix-shell
)