An open API service indexing awesome lists of open source software.

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

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)