https://github.com/mahib22/food-recipes
Website untuk berbagi resep makanan
https://github.com/mahib22/food-recipes
laravel-ui-bootstrap laravel7 mysql
Last synced: 2 days ago
JSON representation
Website untuk berbagi resep makanan
- Host: GitHub
- URL: https://github.com/mahib22/food-recipes
- Owner: Mahib22
- Created: 2022-06-28T03:48:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T14:45:35.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T04:56:10.190Z (5 months ago)
- Topics: laravel-ui-bootstrap, laravel7, mysql
- Language: PHP
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESEPKU
Website untuk berbagi resep makanan menggunakan Laravel 7

## Fitur yang tersedia
- Authentikasi user
- Membuat postingan resep masakan
- Like postingan resep masakan## Installation project
Cara install project menggunakan terminal/CMD. Pastikan direktori folder berada di C:\xampp\htdocs. Dan buat database pada phpMyAdmin dengan nama foodrecipes.
```bash
git clone https://github.com/Mahib22/food-recipes.git
cd foodrecipes
composer install
cp .env.example .env
npm install
npm run dev
php artisan migrate
php artisan serve
```