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.
-
In order to run the project, you need no install
XAMPP
. Click here to download it. -
Start
Apache
andMySQL
instances inXAMPP
. -
Click in the
admin
button next toMySQL
instance in order to accessphpMyAdmin
. -
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
andDB_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
Miguel Jaramillo
- mstermigolDavid Fonseca
- DavidFonsekSergio Córdoba
- sergiocordobam