Skip to content

rizkyilhampra/recipe-restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2f6363 · Nov 30, 2024

History

44 Commits
Nov 30, 2024
Nov 30, 2024
Nov 28, 2024
Nov 30, 2024
Nov 28, 2024
Nov 30, 2024
Nov 30, 2024
Nov 29, 2024
Nov 30, 2024
Nov 28, 2024
Nov 28, 2024
Nov 28, 2024
Nov 28, 2024
Nov 30, 2024
Nov 28, 2024
Nov 30, 2024
Nov 30, 2024
Nov 28, 2024
Nov 30, 2024
Nov 28, 2024
Nov 30, 2024

Repository files navigation

Warning

Currently, i still have not convenient in tailwind and popular frontend javascript framework. 2 Days is not enough to learn by doing. So this just html css only!

ERD

erd

PHP built-in server

Important

Needed PHP ^8.2

git clone https://github.com/rizkyilhampra/recipe-restaurant.git
cd recipe-restaurant
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate:fresh --seed
php artisan serve

Docker (Through Sail)

Note

Include PostgreSQL

git clone https://github.com/rizkyilhampra/recipe-restaurant.git
cd recipe-restaurant
composer install || docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v "$(pwd):/var/www/html" \
    -w /var/www/html \
    laravelsail/php83-composer:latest \
    composer install --ignore-platform-reqs \
./vendor/bin/sail up -d
cp .env.example .env
./vendor/bin/sail artisan key:generate
./vendor/bin/sail artisan migrate:fresh --seed

Test

Note

Include phpstan, pint, and pest

composer run test

or with Sail

Ensure the container is running, by running ./vendor/bin/sail up -d

composer run sail-test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published