Web application for event publishing and registration (coursework project).

- Docker
- PHP 8.2
- MySQL 8.4
- Nginx
- Yii Framework
- Docker >= 20.10
- Docker Compose >= 1.29
- Clone repository:
git clone https://github.com/yourusername/web-course.git
cd web-course- Create environment:
make env # make env from .env.example- Installation:
make install # start container and install dependsMakefile commands:
up # start containers
down # stop containers
migrate # migrateweb app url: http://localhost:8080
├── docker-compose.yaml
├── Makefile
├── .env.example
└── web/ # web root
This project is a term paper and was created for educational purposes.