thuzarthaungsein / restaurant-api-simple

Simple laravel 7 crud api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant List CRUD

This is a simple backend api project.

USING LANGUAGE

  • PHP (LARAVEL 7)

PREREQUISITES

  • PHP 7.3
  • MySQL

INSTALLATION

git clone https://github.com/Thuzar-TS/restaurant-api-simple.git

Go to project folder.

git checkout your-branch-name
composer install

DATABASE

  • Create database with collation utf8mb4_unicode_ci
  • Clone .env.example to .env file and edit connection info
  • Run this command for migrate and seed php artisan migrate --seed

About

Simple laravel 7 crud api


Languages

Language:PHP 95.9%Language:Blade 3.2%Language:Shell 0.9%