Once you've cloned the repository locally, run
composer install && npm ci
Next, you should set up your local database connections and copy over the .env.example
and update the .env.testing
to work with your local testing databse.
You should have access to the following locally:
- PHP 8.0
- PostgreSQL 12+; if needed you can install DBngin
Once those are configured, you can run
php artisan migrate:fresh --seed
This will create the following user to login with:
username: tony@starkindustries.com
password: password
Once set up locally, we've outlined a pitch with the project requirements. The pitch includes what you'll be doing and how to submit the project once completed. Let us know if you come across any questions getting set up or when reading over the pitch, we're happy to help!
Happy Coding!