Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 880 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 880 Bytes

Survey Full Stack Application

Build with this amazing video -> YouTube Video

Requirements

You need to have PHP version 8.0 or above. Node.js version 12.0 or above.

Installation

Backend

  1. Clone the project
  2. Navigate to backend folder using terminal
  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 Laravel framework is open-sourced software licensed under the MIT license.