Skip to content

imsat/interactive-saas-test

Repository files navigation

Test project for Interactive Care

This project combines Laravel as the backend framework with Vue js for the frontend. Follow the instructions below to set up and run the project.

Prerequisites

Getting Started

  1. Clone the repository:

    git clone https://github.com/imsat/interactive-saas-test.git
    
  2. Install Laravel dependencies:

    composer install
    
  3. Install Laravel dependencies:

    cp .env.example .env
    
  4. Update the database configuration in the .env file:

    DB_CONNECTION=mysql
    DB_HOST=your_database_host
    DB_PORT=your_database_port
    DB_DATABASE=your_database_name
    DB_USERNAME=your_database_username
    DB_PASSWORD=your_database_password
    
  5. Generate the application key:

    php artisan key:generate
    
  6. Run database migrations and seed data:

    php artisan migrate --seed
    
  7. Download node modules and start dev environment :

    npm i && npm run dev
    

Running the Application

  1. Run the Laravel development server:
    php artisan serve
    
  2. Access the application in your browser:

Open your browser and navigate to http://127.0.0.1:8000 or desired port show in your terminal.

  1. The login page for the application will be shown. Enter the application with the credentials listed below.
  • Email
    admin@mail.com
    
  • Password
    123456