Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geobas/web-crawler
A web crawler in Lumen
https://github.com/geobas/web-crawler
composer lumen php
Last synced: 10 days ago
JSON representation
A web crawler in Lumen
- Host: GitHub
- URL: https://github.com/geobas/web-crawler
- Owner: geobas
- Created: 2019-09-29T18:05:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T07:46:16.000Z (almost 2 years ago)
- Last Synced: 2023-04-04T13:57:03.706Z (almost 2 years ago)
- Topics: composer, lumen, php
- Language: PHP
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A technical test about a web crawler written in Lumen.
## Set up
1. `git clone [email protected]:geobas/web-crawler.git crawler`
2. Run `composer install`
3. Run `cp .env.example .env`
4. Create a database named 'crawler' in your development environment.
5. Run migrations.
6. Run `./artisan crawl:site https://example.com` from application's root folder.