Skip to content

Latest commit

 

History

History
executable file
·
90 lines (52 loc) · 2.09 KB

File metadata and controls

executable file
·
90 lines (52 loc) · 2.09 KB

Survey Management Project

Laravel + React + Vite + TailwindCss

git clone https://github.com/guduchango/survey-laravel-react-vite-tailwind.git

cd ./survey-laravel-react-vite-tailwind.git

### Backend

cp ./.env.example ./.env

edit ./.env 

with =>
----------
DB_DATABASE=my-database-name
DB_USERNAME=my-database-username
DB_PASSWORD=my-database-pass
----------

composer install

php artisan migrate

php artisan serve

### Frontend

cd ./react

edit ./.env

with =>
----------
VITE_API_BASE_URL=my-frontend-url
----------

npm install

npm run dev

Deploy

npm run build

// search "dist" folder and copy files

Live proyect

Survey frontend

Survey backend

¿What the project do?

  • Login

alt text

  • Sign Up

alt text

  • Dashboard

alt text

  • Surveys Grid

alt text

  • Edit Survey

alt text alt text alt text alt text

  • Public Survey

alt text alt text