itorgov / pizza-shop-backend

Just an example of my work.

Home Page:https://pizza-shop.itorgov.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StyleCI

About

This is the backend part of my Pizza Shop project written with Laravel 7 framework.

Installation

This is a typical Laravel application. So, you can just follow to official instruction.

Configure MySQL

You need to create a database specific for your project, and a user to access it. You may create a separate user, granting only specific privileges.

Settings

  1. Copy the .env.example file to a new file named .env.
  2. Run php artisan key:generate.
  3. Edit your .env file.
  4. Run composer install.
  5. Run php artisan migrate.
  6. Optional. Run php artisan db:seed if you want scaffold database with test data.

Tests

To run tests use php artisan test command.

About

Just an example of my work.

https://pizza-shop.itorgov.com

License:MIT License


Languages

Language:PHP 98.3%Language:HTML 1.7%