A sample application which crawls the categories and products from chumbak APIs, and Stores them in mysql database. This Application is Developed on laravel, and offers CRUD operations on the saved data.
- Clone the repository. (
git clone [email protected]:jaideepghosh/Chumbak.git
) - Copy
.env.example
to.env
, and Update database credentials. - Execute
composer install
in application root. - Generate key using
php artisan key:generate
- Execute
php artisan crawl:categories
for crawling the categories. After its completion, executephp artisan crawl:products
for crawling products. - Now access the application in browser. (
http://localhost/public
)