https://github.com/suresh-ramani/laravel-react-crud-api
Build a Basic CRUD App with Laravel 8 and React.js
https://github.com/suresh-ramani/laravel-react-crud-api
crud-api laravel react
Last synced: about 1 month ago
JSON representation
Build a Basic CRUD App with Laravel 8 and React.js
- Host: GitHub
- URL: https://github.com/suresh-ramani/laravel-react-crud-api
- Owner: suresh-ramani
- Created: 2022-01-13T05:19:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T05:25:57.000Z (over 3 years ago)
- Last Synced: 2025-04-06T11:48:46.332Z (about 2 months ago)
- Topics: crud-api, laravel, react
- Language: PHP
- Homepage: https://techvblogs.com/blog/build-crud-app-with-laravel-and-reactjs
- Size: 72.3 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build a Basic CRUD App with Laravel 8 and React.js
#### Install Packages
```
composer install
```#### Copy .env file
```
cp .env.example .env
```#### Set Database Detail
```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
```#### Start Laravel Project
```
php artisan serve
```# Connect with Us
- [Site](https://techvblogs.com/?ref=githubrepo)
- [Twitter](https://twitter.com/techvblogs)
- [Facebook](https://facebook.com/techvblogs)