laravel-vue-survey
laravel-vue-survey copied to clipboard
This is a full stack application of Vue 3 with Tailwindcss 3 and Laravel 8
Survey Full Stack Application
Built with these technologies for YouTube Video
|
|
|
|
Requirements
You need to have PHP version 8.0 or above. Node.js version 12.0 or above.
Demo
https://yoursurveys.xyz
Installation
Backend
- Clone the project
- Go to the project root directory
- Run
composer install - Create database
- Copy
.env.exampleinto.envfile and adjust parameters - Run
php artisan serveto start the project at http://localhost:8000
Frontend
- Navigate to
vuefolder using terminal - Run
npm installto install vue.js project dependencies - Copy
vue/.env.exampleintovue/.envand specify API URL - Start frontend by running
npm run dev - Open http://localhost:3000
License
The project is open-sourced software licensed under the MIT license.


