This project created to demonstrate proficiency with Laravel's job queues, database operations, migrations, and event handling.
There must be installed docker and docker-compose for run this project
- clone sources into your local machine
git clone ssh://....
- run
cd example-app
- run
cp .env.example .env
- run
make init
- run
make start
- after running this command you can use Postman to test endpoint (http://localhost:7020/api/submit)
To call the http://localhost:7020/api/submit endpoint send the POST request with params: name: string, email: string, message: string