-
Notifications
You must be signed in to change notification settings - Fork 0
Developers
Maciej Zgadzaj edited this page Nov 13, 2023
·
6 revisions
- developed in PHP 8 / Symfony 6 - see full rquirements in composer.json
- list of external APIs used is here
Full source code is available on GitHub at https://github.com/maciejzgadzaj/strava-route-explorer
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