Skip to content

GladmanGeeDev/AssessmentTask

Repository files navigation

Project Title

Assessment Task @PropertyBook.

Prerequisites

  • PHP >= 8.2
  • Composer
  • Laravel >= 11

Installation Instructions

  1. Clone the repository:

    git clone https://github.com/GladmanGeeDev/AssessmentTask
    
  2. Install dependencies:

    composer install
  3. Copy the example environment file and set the necessary environment variables:

    cp .env.example .env

    Open .env and update the database credentials and other necessary configuration.

  4. Generate an application key:

    php artisan key:generate
  5. Run database migrations:

    php artisan migrate
  6. Seed the database:

    php artisan db:seed

Running the Project

  1. Start the local development server:

    php artisan serve
  2. Open the browser and navigate to:

    http://localhost:8000
    

Accessing the Admin Page

  1. Navigate to the admin login page:

    http://localhost:8000/admin/login
    
  2. Use the following credentials to log in:

  3. After logging in, access the admin dashboard:

    http://localhost:8000/admin/dashboard
    

About

Assessment Task for Property Booking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published