Please follow the guide.
git clone
create a .env file copy content from .env.example and update the values
composer install && composer update
php artisan migrate:refresh
npm install && npm run dev
php artisan key:generate
php artisan serve
npm run watch
open browser and check the following address
http://127.0.0.1:8000
TODO:
- User Login
- User Register
- Blog List
- Blog Create
- Blog Remove
- Reset Password
- Tests
- Upgrade to Laravel 7
- Upgrade to React 16.13
- Axios
- Inline-CSS
- Router and Dynamic Routing