Skip to content

pararti/evento

Repository files navigation

Event Manager Web Application

View Russian version

License

Description

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

Technologies

  • Docker
  • PHP 8.2
  • MySQL 8.4
  • Nginx
  • Yii Framework

Requirements

  • Docker >= 20.10
  • Docker Compose >= 1.29

Installation

  1. Clone repository:
git clone https://github.com/yourusername/web-course.git
cd web-course
  1. Create environment:
make env  # make env from .env.example
  1. Installation:
make install  # start container and install depends

Usage

Makefile commands:

up       # start containers
down     # stop containers
migrate  # migrate

web app url: http://localhost:8080

Application structure

├── docker-compose.yaml
├── Makefile
├── .env.example
└── web/            # web root

Additional information

This project is a term paper and was created for educational purposes.

About

simple event web application on yii2

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published