Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 914 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 914 Bytes

A project about website that is mainly focused on gadget and gaming accessories reviews that is made with laravel and tailwind. This website was made with my companions Onel and Ilyas and with love.

Developers :

Kaede (Maulana) [Fullstack Developer]

Kornelia [UI & UX Designer, Frontend Developer]

Ilyas [UI & UX Designer, Frontend Developer]

----------------------------------------------HOW TO RUN---------------------------------------------- Clone the project

git clone https://github.com/MaulanaAhmadSulami/retero.git

Install Composer

Composer install

Install dependencies

npm install

Then do the seeder in order

php artisan db:seed --class=CategorySeeder
php artisan db:seed --class=ProductSeeder
php artisan db:seed --class=UserSeeder

To login with admin

Username : admin

Email : [email protected]

password : admin1234