Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.08 KB

Aryeo Full Stack Engineering Project - Laravel 9, Inertia.js, and Vue 3

Install & Getting Set Up

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

Project Requirements

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!