A simple laravel project to Mock API for rapid front-end development!
Generate PUT, POST, PUT, PATCH and DELETE requests and use them as real as a server response.
- No Limit In Response: generate any response with no limitation in body or headers.
- Any Type Of Response: Mock your APIs with GET, POST, PUT, PATCH and DELETE requests.
- Delay Simulation: Simulate network delays to test how your system handles timeouts and latency.
- Customizable Headers: Customize response header based on your needs.
- Set Your Status Code: Set any status code you want for your response.
- Save With More Description: Save responses with title and description.
git clone https://github.com/majid-gholamheidari/responsinator.git
cd responsinator
edit the following items according to your needs
- DB_DATABASE=responsinator
- DB_USERNAME=root
- DB_PASSWORD=
composer install
php artisan key:generate
php artisan migrate
php artisan serve
I hope can add more useful features to this repository in the future, such as artificial intelligence, but in this way, please make me happy with your support ⭐ .