Follow these steps to set up and run LOCAVO on your local machine:
1- In PHPMyAdmin, create a new database.
2- Import the SQL file from the Database folder into the newly created database.
1- Open a terminal.
2- Navigate to the Frontend folder of the project.
3- Run the following commands:
npm install
npm start
4- Open your web browser and go to http://localhost:3000 to view the frontend.
1- Open another terminal.
2- Navigate to the Backend folder of the project.
3- Install backend dependencies:
composer install
4- Start the backend server:
php artisan serve