Skip to content

bernardo-campos/quotes

Repository files navigation

Quotes App

I made this project because I wanted to make a website where I can store and show all the data (authors and quotes) scraped from another website.

Installation

You must have PHP >= 7.3 already installed

  1. Clone the repository git clone https://github.com/bernardo-campos/quotes.git
  2. Copy the .env.example file to .env
  3. Install dependencies php composer.phar install
  4. Generate a key php artisan key:generate
  5. Create a database and set the corresponding settings in the .env file
  6. Run the migrations php artisan migrate
  7. Run the app php artisan serve

(Optional):

  • Create a link to storage path php artisan storage:link
  • Insert dummy data php artisan db:seed --class=AuthorAndQuoteSeeder

About

Laravel project for list and show authors and their quotes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors