Install Docker or any other docker compatible runtime of your liking, such as:
Run project setup script.
script/setupAdd the following environment variables to the .env file. We should have provided this values to you when we sent
you the instructions this project.
API_URL="<replace value here>"
UNRESTRICTED_API_KEY="<replace value here>"
CANDIDATE_API_KEY="<replace value here>"Run the project setup command again.
script/setupFinally, run this command to start the app server.
script/serverThe app will available at http://boldbrush-interview.test:8080
Database access is available at localhost:33060 using root as the user, and no password. Use your favorite database
client to connect to it.
- Use Laravel's built in Http client for making requests.