Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.19 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.19 KB

TravelInfo Project

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.

Website Preview

You can check out the live preview of the TravelInfo website here: TravelInfo Website Preview

Features

  • Travel destination information
  • Travel guides and itineraries
  • Beautiful imagery of various destinations
  • Interactive maps and directions

Getting Started

To get started with this project, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/jerickcm/project_travelinfo.git
  2. Create a copy of the .env.example file as .env:

    cp .env.example .env
  3. Install composer and use command :

    composer install
  4. Install node js and use command :

    npm install
  5. Migrate the the database and seeder :

    artisan migrate:fresh --seed
  6. Run php :

    php -S localhost:8000 -t public
  7. Run vue :

    npm run dev