Skip to content

basemkhirat/recommendation-system

Repository files navigation

Recommendation System

Tested environment

  • Laravel 7.0
  • php 7.3
  • MySQL 5.7

Installation

$ git clone https://github.com/basemkhirat/recommendation-system
$ cd recommendation-system
$ composer install

Configuration

  1. Rename the file .env.example to .env.

  2. Generate application key using the artisan command:

    $ php artisan key:generate
  3. Change database configurations in .env based on your environment.

  4. Set the directories storage and bootstrap/cache to be writable.

  5. Run database migrations and seeds scripts:

    $ php artisan migrate
    $ php artisan db:seed
  6. Start the development server.

    $ php artisan serve

Testing

$ php artisan test

Author

Basem Khirat - basemkhirat@gmail.com

About

Recommendation System

Resources

Stars

Watchers

Forks