This is a simple survey administration platform API project built with Laravel. It has some public as well as admin endpoints. After setting up this project locally on your machine, you will find detailed docs at base_url/docs e.g. http://127.0.0.1:8080/docs.
There are feature tests for this project. To run the tests use the command - php artisan test.
To register a new user account, use the command - php artisan users:create and follow the prompt.
The auth flow is built using Laravel Sanctum mobile application authentication method.