Survey System using Laravel and React, with beautiful and usefull analytics.
survey-preview.mp4
- 🌠 Modern / Clean Design
- 📱 SPA
- 📊 Analytics / Statistics
- 🖥 Response
- Clone the project
# using https
git clone https://github.com/ojpro/survey.git
# using ssh
git clone [email protected]:ojpro/survey.git
- Go to the project directory
cd survey
- Install dependencies
# using npm
npm install
# using yarn
yarn
- Setup Environment Variables
# for laravel
cp .env.example .env
# then configure database connection
nano .env
# for react and vite
echo "VITE_API_BASE_URL='http://127.0.0.1:8000'" > ./survey-frontend/.env
- Start the server
# inside main directory (survey)
php artisan serve
- Start the React application
cd survey-frontend
# using npm
npm run dev
# using yarn
yarn dev
🚀 Congratulations the surveys system is up and running, visit: http://localhost:5173
Contributions are always welcome!