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.exampleto.env, and Update database credentials. - Execute
composer installin application root. - Generate key using
php artisan key:generate - Execute
php artisan crawl:categoriesfor crawling the categories. After its completion, executephp artisan crawl:productsfor crawling products. - Now access the application in browser. (
http://localhost/public)