Roman_applicant-site/README.md

29 lines
476 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Сайт для Абитуриентов:
Сайт с Админкой для редактирования Экрана приема
```text
Сайт: http://test-testabit.mkgtu.ru
логин: test@example.com
пароль: 123456
```
## Requirements:
- PHP ^8.2
- Node.js & npm
- Sqlite for local
## Project setup local
```shell
git clone http://172.17.254.104/aslan/applicant-site.git
cd applicant-site
make setup
```
## Project start local
```shell
make start
```