/skrap

simple website page which displays content from Skrap API https://skrap.thechecker.org

Primary LanguagePHP

Build Status Total Downloads Latest Stable Version License

About Skrap

This is a simple website page which displays contents from Skrap API

##Demo Credentials User: demo@skrap.com

Password: Skrap@123

URL: https://skrap.thechecker.org

How To Insall

git clone https://github.com/odat/skrap.git
cd skrap
composer install 
edit .env file 
php artisan migrate:install
npm install
npm run dev

Add the laravel cron on your server

crontab -e

Add the line below then save it

* * * * * cd /path-to-project/ && php artisan schedule:run >> /dev/null 2>&1

visit your domain : https://link.domain

API

URI Method
https://skrap.thechecker.org/api-v1/login POST
https://skrap.thechecker.org/api-v1/register POST
https://skrap.thechecker.org/api-v1/users/{user_id}/blogs GET
https://skrap.thechecker.org/api-v1/blogs/{id}/pdf GET
https://skrap.thechecker.org/api-v1/blogs POST

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

License

The Laravel framework is open-sourced software licensed under the MIT license.