/berlin-anmeldung

Check for available Anmeldung appointment (apartment registration) in Berlin

Primary LanguageHTML

Berlin Anmeldung Finder

Check for available Anmeldung appointment (apartment registration) in Berlin.

Installation

  1. Check you have a PHP version 8.0 or higher

  2. Require and install the dependencies

composer require jesusvalera/berlin-anmeldung
cd berlin-anmeldung
composer install
  1. Run the project
php anmeldung

Project structure

This is the project structure. See more about gacela here.

anmeldung-berlin
├── anmeldung         # Entry point of the application
│
├── src
│   └── Anmeldung
│       ├── Domain
│       │   └── ...
│       ├── AnmeldungFacade.php
│       └── AnmeldungFactory.php
│       ├── AnmeldungConfig.php
│
├── tests
│   └── ...
└── vendor
    └── ...