Skip to content

jonnepitk/testingcode

Repository files navigation

Setup Guide

This guide will walk you through the installation and configuration needed to run this project. Before you begin, make sure you have the following installed on your Windows machine:

  • PHP (version 8.1 or higher)
  • Composer
  • Node.js and NPM
  • MySQL running (.env file for setting DB_CONNECTION details)

Installation

Install PHP dependencies using Composer:

composer install

Run Laravel migrations

php artisan migrate

Intall Node dependencies

npm ci

Build FE

npm run build

Start built-in development server

php artisan serve

When development server is up visit http://127.0.0.1:8000/reservation in browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published