Skip to content

dibaliqaja/kulinerkita

Repository files navigation


KulinerKita

KulinerKita is a project for Culinary Place Management App

github actions   system version   laravel version   license

Features

  • Admin Panel
    • Login
    • Logout
    • List SubDistrict
    • List, Add, Edit, Delete Category
    • List, Add, Edit, Delete Culinary Place
    • List, Add, Edit, Delete Culinary Menu
  • API
    • Register
    • Login
    • List, Show SubDistrict
    • List, Show Place
    • List Place Related
    • List, Show Place Menu
    • List Favorite Place by User
    • Add Favorite Place by User
    • Delete Favorite Place by User

⚙️ Requirements

  • PHP >= 8.0
  • BCMath PHP Extension
  • Ctype PHP Extension
  • cURL PHP Extension
  • DOM PHP Extension
  • Fileinfo PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PCRE PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

⚡️ Installation

  1. Clone GitHub repo for this project locally
git clone https://github.com/dibaliqaja/kulinerkita.git
  1. Change directory in project which already clone
cd kulinerkita
  1. Install Composer dependencies
composer install
  1. Create a copy of your .env file
cp .env.example .env
  1. Generate an app encryption key
php artisan key:generate
  1. Create an empty database for our application

  2. In the .env file, add database information to allow Laravel to connect to the database

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE={database-name}
DB_USERNAME={username-database}
DB_PASSWORD={password-database}
  1. Migrate the database
php artisan migrate
  1. Seed the database
php artisan db:seed
  1. Running project
php artisan serve

User Credentials in Seeder

# Administrator
Email admin@email.com
Password password

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

A project for Culinary Place Management App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages