Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahib22/food-recipes
Website untuk berbagi resep makanan
https://github.com/mahib22/food-recipes
laravel-ui-bootstrap laravel7 mysql
Last synced: 26 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T14:45:35.000Z (over 2 years ago)
- Last Synced: 2024-10-11T11:06:07.783Z (26 days 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
![App Screenshot](screenshot.jpeg)
## 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
```