Skip to content

bernardo-campos/lyrics

Repository files navigation

Lyrics App

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

Installation

You must have PHP >= 8.1 already installed

  1. Clone the repository git clone https://github.com/bernardo-campos/lyrics.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=MigrationSeeder

About

Simple project in laravel for list artists, albums and lyrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors