Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 933 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 933 Bytes

📝 Applicant Tracker

This is my submission for the Laravel + React assessment.

🚀 Getting Started

Prerequisites

Before running the project, ensure you have the following installed on your system:

  • PHP or XAMPP (version 8.2)
  • Composer (PHP dependency manager)
  • Node.js (version 22.12.0)
  • npm or yarn (Node.js package managers)

Follow these steps to set up and run the project:

1️⃣ Download the Repository

Download the code zip then extract the folder and open the folder in visual studio

2️⃣ Install Dependencies

Open the Terminal in Visual Studio Code

  • "composer install"
  • "npm install

3️⃣ Configure Environment

  • "cp .env.example .env"
  • "php artisan key:generate"

4️⃣ Run Migrations

  • "php artisan migrate"

5️⃣ Start the Development Server

  • "npm run dev" Open another tab of Terminal in Visual Studio Code
  • "php artisan serve" Then ctrl + click the link