Prerequisites
- Instlled composer
- Instlled php, php-mbstring, php-xml
To run the project:
- Clone the project from git
- Enter the project directory on local machine
- Change .env-example to .env and enter DB_DATABASE=your_datebase_name, DB_USERNAME=mysql_user,DB_PASSWORD=mysql_user_password
- Go to app.php and set you timezone
- Create a MYSQL database with a name from .env file
- Install composer dependancies composer install
- Install node dependancies npm install
- Generate key php artisan key:generate
- Run database migrations php artisan migrate
- Run seeder, auto fill database php artisan db:seed
- Run application php artisan serve