Singersho artistic website is a multi-purpose site to attract and introduce more budding singers, as well as singing advice and product sales and studio reservations. This resposityory contains front-end designed files and packages.
- PHP >= 8.0
- Localhost (ex. XAMPP)
- Laravel >= 7.0
Clone the back-end part of the project from here. Type in the command below in the terminal to start project.
php artisan serve
Open the localhost application inorder to migrate database tables and load dump data. To do so, run the commands below respectively
php artisan migrate
php artisan db:seed
Open a browser and navigate to the directory where you have cloned current repository.