Skip to content

mstermigol/TemporalAdventures

Repository files navigation

Temporal Adventures

Temporal Adventures is an online store where you can buy travels to explore iconic moments and ancient civilizations. Discover the richness of our collective heritage and create unforgettable memories with us.

Documentation

Run locally

  • In order to run the project, you need no install XAMPP. Click here to download it.

  • Start Apache and MySQL instances in XAMPP.

  • Click in the admin button next to MySQL instance in order to access phpMyAdmin.

  • Create a new database called temporaladventures2.

  • Install composer

  • Clone the repository.

    git clone https://github.com/mstermigol/TemporalAdventures.git
    
  • Go to the project directory.

    cd TemporalAdventures
    
  • Create a .env file and copy the information of the .env.example.

  • Check the database details (DB_USERNAME and DB_PASSWORD depending on your own credentials). The database name field should look like this:

    DB_DATABASE=temporal_adventures
    
  • Install dependencies.

    composer install
    composer update
    
  • Configure the project.

    php artisan key:generate
    php artisan migrate
    php artisan storage:link
    
  • Run the seeders to generate data into the database.

    php artisan db:seed
    
  • Run the server.

    php artisan serve
    

Authors

About

Tienda de viajes en el tiempo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published