Please follow the guide.
git clonecreate a .env file copy content from .env.example and update the valuescomposer install && composer updatephp artisan migrate:refreshnpm install && npm run devphp artisan key:generatephp artisan servenpm 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


