Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.