https://github.com/sihar/laravel-scraper
https://github.com/sihar/laravel-scraper
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sihar/laravel-scraper
- Owner: sihar
- Created: 2025-06-11T14:20:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-12T15:28:13.000Z (about 1 year ago)
- Last Synced: 2025-08-29T22:03:23.224Z (11 months ago)
- Language: Blade
- Size: 94.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scraping Portfolio Application
## Stack
- Laravel 12
- PostgreSQL
## Setup
```
git clone https://github.com/sihar/laravel-scraper.git
cd laravel-scraper
composer install
```
Copy .env.example to .env and adjust DB credentials
```
php artisan migrate:fresh
php artisan serve
```
Generate dummy data (optional)
```
php artisan db:seed --class=TalentProfileSeeder
```
Generate API documentation
```
php artisan l5-swagger:generate
```
Open url API documentation
```
http://[your_domain]/api/documentation
```
## License
This application is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).