Skip to content

pavelpage/for-work2

Repository files navigation

Instruction for using

Installation

  1. Clone this project into specific directory on your server, and go to this directory.
  2. Run composer install command from your terminal.
  3. Configure your server for using api, according to the laravel docs.
  4. Copy .env.example file to .env file.
  5. Create database and set DB_DATABASE, DB_USERNAME, DB_PASSWORD params on .env file Set
  6. run php artisan key:generate
  7. run php artisan migrate command to create tables.
  8. visit home page of this application(http://localhost or another hostname of your local server)

Other tasks

Just see task_1.php, task_2.php, task_3.php, task_4.php for checking( numeration accorded to full tasks list in word file )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published