Book ordering service

Requirements

Installation

Download Zip or using git, you can get project:

Clone the repository

   git clone https://github.com/falcon9r/Book-ordering-service.git

Switch to the repo folder

   cd Book-ordering-service

Update all the dependencies using composer

   composer update

Install all the dependencies using composer

   composer install

Copy the example env file and make the required configuration changes in the .env file

   cp .env.example .env

Generate a new application key

   php artisan key:generate

Run the database migrations (Set the database connection in .env before migrating) for more docs

  php artisan migrate --path="database/migrations/*"
  php artisan db:seed
  php artisan storage:link

Note : To create the symbolic link, you may use Artisan command:

    php artisan storage:link

.

Run

    php artisan serve

Default User

Email: falcon.9roc@gmail.com    
Password: password