Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maharshi-abi/laravel-reactjs-crud
Laravel 7.5.2 and React 16.2.0
https://github.com/maharshi-abi/laravel-reactjs-crud
api-react-hooks axios composer-package inline-styles laravel laravel-application laravel7 mysql mysql-database npm-module react-router reactjs
Last synced: 3 months ago
JSON representation
Laravel 7.5.2 and React 16.2.0
- Host: GitHub
- URL: https://github.com/maharshi-abi/laravel-reactjs-crud
- Owner: maharshi-abi
- License: mit
- Created: 2020-04-12T09:22:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T18:19:33.000Z (over 2 years ago)
- Last Synced: 2024-09-27T19:40:51.280Z (4 months ago)
- Topics: api-react-hooks, axios, composer-package, inline-styles, laravel, laravel-application, laravel7, mysql, mysql-database, npm-module, react-router, reactjs
- Language: JavaScript
- Size: 5.06 MB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Laravel 7.5.2 and React 16.2.0
Please follow the guide.
## Prerequisite
1. Make sure you have [composer](https://getcomposer.org/download/) installed.
2. Make sure you have latest stable version of [node](https://nodejs.org/en/download/) installed.### Setup and Installation
1. `git clone`
2. `create a .env file copy content from .env.example and update the values`
3. `composer install && composer update`
4. `php artisan migrate:refresh`
5. `npm install && npm run dev`
6. `php artisan key:generate`
7. `php artisan serve`
8. `npm run watch`open browser and check the following address
`http://127.0.0.1:8000`
TODO:
- [x] User Login
- [x] User Register
- [x] Blog List
- [x] Blog Create
- [x] Blog Remove
- [ ] Reset Password
- [ ] Tests
- [x] Upgrade to Laravel 7
- [x] Upgrade to React 16.13
- [x] Axios
- [x] Inline-CSS
- [x] Router and Dynamic Routing## App Screenshots