https://github.com/dr-lab1/fullstack-app-laravel-react
https://github.com/dr-lab1/fullstack-app-laravel-react
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dr-lab1/fullstack-app-laravel-react
- Owner: Dr-Lab1
- Created: 2023-02-26T22:19:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T17:11:55.000Z (over 3 years ago)
- Last Synced: 2025-01-17T22:43:25.069Z (over 1 year ago)
- Language: PHP
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel React Example Full Stack Application
Example Application build with Laravel and React
## Installation
> Make sure you have environment setup properly. You will need PHP8.1, composer and Node.js.
1. Download the project (or clone using GIT)
2. Copy `.env.example` into `.env` and configure database credentials
3. Navigate to the project's root directory using terminal
4. Run `composer install`
5. Set the encryption key by executing `php artisan key:generate --ansi`
6. Run migrations `php artisan migrate --seed`
7. Start local server by executing `php artisan serve`
8. Open new terminal and navigate to the `react` folder
9. Copy `react/.env.example` into `.env` and adjust the `VITE_API_BASE_URL` parameter
9. Run `npm install`
10. Run `npm run dev` to start vite server for React