Hlife97 / Brainpriz_post_task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi, This project has been created with Laravel 9x framework.

Setup Project

You need to download this project your to local machine using this command or you can download zip file.

git clone https://github.com/Hlife97/ABYSS-TASK-API-.git

Composer installation

composer install

Setup MySql database, create mysql database. After that migrate all migrations.

php artisan migrate

You need to create some categories manually, in order to do that you need to run seeder command

php artisan db:seed --class=CategorySeeder

Then run this command for image uploads

php artisan storage:link

Done! You can run this project

php artisan serve

Index Page

ek1

Create Post Page

ek2

Have a nice day!

About


Languages

Language:PHP 76.1%Language:Blade 22.8%Language:Shell 0.9%Language:JavaScript 0.2%