This is a PHP-based application for managing workshops and email communications.
- Workshop management
- Email processing and import functionality
- Multi-language support (including Polish)
- Complete workshop management functionality
- Complete booking process
- Add workflows of payment and booking
- Complete user login/register
- Cover logging in non-existing user
- Write comprehensive tests
- Add more language translations
- Add CD deploy pipeline
- Set up monitoring
- Add logging
- Clone the repository
- Install dependencies
docker compose run php composer install
- Install tailwind
docker compose run php bin/console tailwind:build
- Run the application
docker compose up
- Create database schema
docker compose run php bin/console doctrine:schema:update --force
Contributions are welcome! Please open an issue or submit a pull request.