laravel-vue-survey Tailwind Templates

Laravel Vue Survey

A survey application built with Laravel 9 (API), Vue 3 and Tailwind CSS.

Laravel Logo Vue Logo

Survey App

A survey application built with Laravel 9 (API), Vue 3 and Tailwind CSS.

Features

  • User authentication and authorization
  • Create and manage surveys
  • Submit and view survey responses (Not done yet)
  • Responsive UI built with Tailwind CSS

Requirements

  • PHP 8.0 or higher
  • MySQL
  • Node.js
  • NPM

Installation

Laravel

Clone the repository

  git clone https://github.com/Wansrif/laravel-vue-survey.git

  cd laravel-vue-survey

Install dependencies

  composer install

Create a copy of the .env file

  cp .env.example .env

Update the .env file with your database details

Generate an application key & run database migrations

  php artisan key:generate

  php artisan migrate

Once that's done, you should be able to run the app on your localhost.

  php artisan serve

Vue

Change into the frontend directory

  cd vue

Install dependencies & start the development server

  npm install && npm run dev

Contributing

If you'd like to contribute to the project, please open a pull request. let me see what you can add!

Top categories

Loading Svelte Themes