Symfony 7 / PHP 8.3 project template with DDD, CQRS, Event Sourcing, and Hexagonal Architecture.
make setup| Service | URL |
|---|---|
| API | http://localhost:8028 |
| Swagger UI | http://localhost:8028/api/docs |
| Adminer | http://localhost:8080 |
| Mailpit | http://localhost:8025 |
Adminer (Database)
| Field | Value |
|---|---|
| System | MySQL |
| Server | mysql |
| Username | fintech_user |
| Password | fintech_pass |
| Database | fintech_db |
Demo Users (after make fixtures):
| Role | Password | |
|---|---|---|
| Admin | admin@fintech.com | admin123 |
| User | user@fintech.com | user123 |
| User | another@fintech.com | another123 |