https://trello.com/b/LCxB3gxg/survey-management-system-sprint-board
- Dika a.k.a @MonstaCat as Project Leader
- Dimas a.k.a @DimasNughadi as Backend Developer
- Randi a.k.a @RandiGustinanda as Backend Developer
- Tripong a.k.a @triiipooong as Frontend Developer
This project using Laravel 9 for the framework and using MongoDB Atlas for the database, this following list is need to install to your environment to run this project locally.
- PHP 8.0 - 8.2
- pecl PHP Extension
- Enable extension="mongodb.so" in php.ini file
Step 1:
Run this following commands in your terminal
composer install and composer update
and wait until the process is done.
Step 2:
Run this following commands in your terminal
npm run build
Step 3:
Run this following commands in your terminal to start local server
php artisan serve
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
The Laravel framework is open-sourced software licensed under the MIT license.





