Skip to content

semyonnnnn/sort-app-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

Requirements

Before setting up the project, make sure you have the following installed:

Installation

1. Clone the repository

git clone https://github.com/Kanoe99/sort-app-react.git
cd sort-app-react

2. Install dependencies

composer install
npm i

3. ENV

Copy contents of .env.example into newly created .env

4. DB

Create database.sqlite in database folder run

php artisan migrate:fresh --seed

5. KEY

run

php artisan key:generate

6. Run App

composer run dev
mailpit

Настройка проекта

Требования

Прежде чем настроить проект, убедитесь, что у вас установлены следующие компоненты:

Установка

1. Клонируйте репозиторий

git clone https://github.com/Kanoe99/sort-app-react.git
cd sort-app-react

2. Установка зависимостей

composer install
npm i

3. ENV

Скопируйте содержимое из .env.example в новый файл .env.

4. DB

Создайте файл database.sqlite в папке database. Затем выполните команду:

php artisan migrate:fresh --seed

5. Ключ

Выполните команду

php artisan key:generate

6. Запустите приложение

composer run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published