Skip to content

Developers

Maciej Zgadzaj edited this page Nov 13, 2023 · 6 revisions

Environment

Source code

Full source code is available on GitHub at https://github.com/maciejzgadzaj/strava-route-explorer

Installation

git clone git@github.com:maciejzgadzaj/strava-route-explorer.git strava-route-explorer
cd strava-route-explorer

# Resolve and install dependencies:
composer install

# Setup the .env file and configure database, Strava and MapQuest API access details:
cp .env .env.local
vim .env.local

# Create database and schema:
php bin/console doctrine:database:create
php bin/console doctrine:database:create --connection=geonames
php bin/console doctrine:schema:update --force
Clone this wiki locally