Go to file
aslan 1e9cb2063b add test for User Resource 2024-01-29 09:44:53 +03:00
.gitea/workflows fix php version in CI 2024-01-19 16:42:10 +03:00
app add test for User Resource 2024-01-29 09:44:53 +03:00
bootstrap project init 2024-01-10 12:57:24 +03:00
config project init 2024-01-10 12:57:24 +03:00
database add nullable for description field for files table 2024-01-26 11:17:12 +03:00
public add video to local 2024-01-17 14:06:56 +03:00
resources add files from Merge pull request 'completing all pages in categories' (#9) from RomanGolienko/Roman_applicant-site:main into main 2024-01-26 11:18:34 +03:00
routes rewrite README.md 2024-01-26 17:06:45 +03:00
storage project init 2024-01-10 12:57:24 +03:00
tests add test for User Resource 2024-01-29 09:44:53 +03:00
.editorconfig project init 2024-01-10 12:57:24 +03:00
.env.example test CI 2024-01-16 10:59:00 +03:00
.gitattributes project init 2024-01-10 12:57:24 +03:00
.gitignore add upload files 2024-01-16 16:24:44 +03:00
Makefile test page done, auth added 2024-01-11 14:40:06 +03:00
README.md rewrite README.md 2024-01-26 17:06:45 +03:00
artisan project init 2024-01-10 12:57:24 +03:00
composer.json composer lint fix 2024-01-23 18:03:26 +03:00
composer.lock update composer.lock 2024-01-26 11:15:22 +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

README.md

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

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

Сайт:

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