Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```