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.
You must have PHP >= 8.1 already installed
- Clone the repository
git clone https://github.com/bernardo-campos/lyrics.git - Copy the
.env.examplefile to.env - Install dependencies
php composer.phar install - Generate a key
php artisan key:generate - Create a database and set the corresponding settings in the .env file
- Run the migrations
php artisan migrate - 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