This is a full stack application that makes it possible to perform and create surveys with the display of relevant statistics. While building this app, I created a REST API in Laravel with authentication, configured a Vue project, integrated Tailwind.css
composer install
.env.example
into .env
file and adjust parametersphp artisan serve
to start the project at http://localhost:8000vue
folder using terminalnpm install
to install vue.js project dependenciesvue/.env.example
into vue/.env
and specify API URLnpm run dev