Welcome to the TravelInfo project repository! This project aims to provide travelers with up-to-date information about various travel destinations, including travel guides, tips, and recommendations.
You can check out the live preview of the TravelInfo website here: TravelInfo Website Preview
- Travel destination information
- Travel guides and itineraries
- Beautiful imagery of various destinations
- Interactive maps and directions
To get started with this project, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/jerickcm/project_travelinfo.git
-
Create a copy of the .env.example file as .env:
cp .env.example .env
-
Install composer and use command :
composer install
-
Install node js and use command :
npm install
-
Migrate the the database and seeder :
artisan migrate:fresh --seed
-
Run php :
php -S localhost:8000 -t public
-
Run vue :
npm run dev