This repository contains the backend implementation for Survey Maker, a Google Forms clone. It is built with Laravel, providing a robust and scalable solution for creating surveys, storing responses, and handling user interactions.
- Create, edit, and manage surveys
- User authentication and authorization
- Secure response storage in the database
- API endpoints for frontend integration
- Backend Framework: Laravel
- Database: MySQL (or any Laravel-supported database)
- Authentication: Laravel Sanctum
Make sure you have the following installed:
- PHP (>=8.0)
- Composer
- MySQL or another supported database
- Laravel CLI
- Clone the repository:
git clone https://github.com/your-username/survey-maker.git cd survey-maker