Go to file
aslan 6e7ed94654 add Docker for deploy 2024-02-16 15:20:54 +03:00
.gitea/workflows fix CI 2024-02-10 14:46:03 +03:00
app add ExaminationType resource 2024-02-16 10:43:55 +03:00
bootstrap project init 2024-01-10 12:57:24 +03:00
config refactoring User resource 2024-02-14 10:18:45 +03:00
database add ExaminationType resource 2024-02-16 10:43:55 +03:00
public new design (blue) font added in public/fonts 2024-02-16 14:40:04 +03:00
resources Merge pull request 'new design (blue) font added in public/fonts' (#15) from RomanGolienko/Roman_applicant-site:new-design into main 2024-02-16 14:40:47 +03:00
routes Merge pull request 'new-design' (#14) from RomanGolienko/Roman_applicant-site:new-design into main 2024-02-16 14:21:22 +03:00
storage project init 2024-01-10 12:57:24 +03:00
tests add Education Form resource 2024-02-15 09:58:01 +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 newScrapper 2024-01-29 10:57:37 +03:00
.htaccess add htaccess to deployment 2024-01-30 09:15:13 +03:00
Dockerfile add Docker for deploy 2024-02-16 15:20:54 +03:00
Dockerfile.dev add Docker for deploy 2024-02-16 15:20:54 +03:00
Makefile fix CI 2024-02-10 15:01:57 +03:00
README.md change resorce scoping 2024-02-08 18:34:45 +03:00
artisan project init 2024-01-10 12:57:24 +03:00
composer.json update to 8.3 php -v 2024-02-05 09:55:33 +03:00
composer.lock update to 8.3 php -v 2024-02-05 09:55:33 +03:00
package-lock.json update composer, add bootstrap 2024-01-19 10:46:22 +03:00
package.json update composer, add bootstrap 2024-01-19 10:46:22 +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 fix composer.lock 2024-01-19 15:59:45 +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

2255

Project start local

make start