Skip to content

ojpro/survey

Repository files navigation

Surveys System

Survey System using Laravel and React, with beautiful and usefull analytics.

Screenshots

934shots_so

Demo

survey-preview.mp4

Features

  • 🌠 Modern / Clean Design
  • 📱 SPA
  • 📊 Analytics / Statistics
  • 🖥 Response

Run Locally

  1. Clone the project
  # using https 
  git clone https://github.com/ojpro/survey.git

  # using ssh
  git clone git@github.com:ojpro/survey.git
  1. Go to the project directory
  cd survey
  1. Install dependencies
  # using npm
  npm install
  
  # using yarn
  yarn
  1. 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
  1. Start the server
  # inside main directory (survey)
  php artisan serve
  1. 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

Authors

Contributing

Contributions are always welcome!

License

MIT