Go to file
aslan 90d38a74ad
Tests & Lint & Deploy to Railway / build (2.7.6, 20.x, 8.3) (push) Failing after 9s Details
Tests & Lint & Deploy to Railway / deploy (push) Has been skipped Details
Merge pull request 'screen changes' (#60) from RomanGolienko/Roman_applicant-site:feature/visually-impaired-mode into main
Reviewed-on: #60
2024-07-25 14:24:26 +03:00
.gitea/workflows fix CI 2024-05-22 14:28:08 +03:00
app Merge remote-tracking branch 'origin/main' 2024-06-18 16:23:05 +03:00
bootstrap project init 2024-01-10 12:57:24 +03:00
config add Logging to project with route admin/logs 2024-03-11 14:31:45 +03:00
database add direction Description 2024-06-18 16:22:54 +03:00
lang add news 2024-03-20 13:09:39 +03:00
public adding new social media badges 2024-06-13 13:40:39 +03:00
resources Merge pull request 'screen changes' (#60) from RomanGolienko/Roman_applicant-site:feature/visually-impaired-mode into main 2024-07-25 14:24:26 +03:00
routes add direction Description 2024-06-18 16:22:54 +03:00
storage project init 2024-01-10 12:57:24 +03:00
tests fix test update news with picture 2024-06-11 10:39:24 +03:00
.editorconfig project init 2024-01-10 12:57:24 +03:00
.env.example refactoring User resource 2024-02-14 10:18:45 +03:00
.gitattributes project init 2024-01-10 12:57:24 +03:00
.gitignore gitignore fix 2024-06-06 09:51:02 +03:00
.htaccess add htaccess to deployment 2024-01-30 09:15:13 +03:00
Dockerfile add faker to required 2024-02-16 16:19:38 +03:00
Dockerfile.dev add php 8.3 2024-02-16 15:55:04 +03:00
Makefile fix scenario for deploy CI 2024-03-12 10:05:06 +03:00
README.md add locale for requests and position helper 2024-03-04 17:24:12 +03:00
artisan project init 2024-01-10 12:57:24 +03:00
composer.json composer update 2024-06-18 16:23:18 +03:00
composer.lock composer update 2024-06-18 16:23:18 +03:00
docker-compose.yaml add gitignore docker system file 2024-06-04 14:44:35 +03:00
package-lock.json add jquery to project 2024-02-28 15:04:10 +03:00
package.json add jquery to project 2024-02-28 15:04:10 +03:00
phpcs.xml add tests and lint? and fix lints errors 2024-01-11 17:05:53 +03:00
phpunit.xml add tests and lint? and fix lints errors 2024-01-11 17:05:53 +03:00
postcss.config.js adding breeze 2024-01-10 14:00:03 +03:00
tailwind.config.js adding breeze 2024-01-10 14:00:03 +03:00
vite.config.js add jquery to project 2024-02-28 15:04:10 +03:00
xdebug.ini add xdebud.ini 2024-02-16 15:25:30 +03:00
инструкция для Административной части сайта Абитуриенту.odt add instruction for users 2024-02-01 10:25:13 +03:00

README.md

Сайт для Абитуриентов:

Сайт с Админкой для редактирования Экрана приема

Сайт: http://test-testabit.mkgtu.ru
логин: test@example.com
пароль: 123456

Requirements:

  • PHP ^8.2
  • Node.js & npm
  • Sqlite for local

Project setup local

git clone http://172.17.254.104/aslan/applicant-site.git
cd applicant-site
make setup

Project start local

make start