Skip to content

boldbrush/interview

Repository files navigation

Installation

Install Docker or any other docker compatible runtime of your liking, such as:

Run project setup script.

script/setup

Add 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/setup

Finally, run this command to start the app server.

script/server

The 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.

Recommendations

  • Use Laravel's built in Http client for making requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •