Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodeholic/laravel-vue-survey
This is a full stack application of Vue 3 with Tailwindcss 3 and Laravel 8
https://github.com/thecodeholic/laravel-vue-survey
laravel tailwindcss vue vue3 vuejs vuex
Last synced: about 24 hours ago
JSON representation
This is a full stack application of Vue 3 with Tailwindcss 3 and Laravel 8
- Host: GitHub
- URL: https://github.com/thecodeholic/laravel-vue-survey
- Owner: thecodeholic
- Created: 2021-12-20T05:30:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T16:29:42.000Z (almost 2 years ago)
- Last Synced: 2023-11-07T17:00:39.440Z (almost 1 year ago)
- Topics: laravel, tailwindcss, vue, vue3, vuejs, vuex
- Language: PHP
- Homepage: https://yoursurveys.xyz
- Size: 236 KB
- Stars: 300
- Watchers: 7
- Forks: 175
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Survey Full Stack Application
Built with these technologies for [YouTube Video](https://youtu.be/WLQDpY7lOLg)
## Requirements
You need to have PHP version **8.0** or above. Node.js version **12.0** or above.## Demo
https://yoursurveys.xyz## Installation
#### Backend
1. Clone the project
2. Go to the project root directory
3. Run `composer install`
4. Create database
5. Copy `.env.example` into `.env` file and adjust parameters
6. Run `php artisan serve` to start the project at http://localhost:8000#### Frontend
1. Navigate to `vue` folder using terminal
2. Run `npm install` to install vue.js project dependencies
3. Copy `vue/.env.example` into `vue/.env` and specify API URL
4. Start frontend by running `npm run dev`
5. Open http://localhost:3000## License
The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).