This is the backend of my personal bookmark management tool. It's just a Symfony playing ground with a real usecase (at least for me). Maybe it works.. Maybe not.
Take it as it is.
- Clone repository
composer install
- copy app/config/parameters.yml.dist to app/config/parameters.yml and adjust to your needs
bin/console app:user:create
to create your user with his root category- Use some webserver or just the builtin one with
bin/console server:start
- Profit?