Skip to content

Shows locations/weather of various harbors on a map(symfony backend, reactjs frontend)

Notifications You must be signed in to change notification settings

martynas-developer/harbor-map

Repository files navigation

harbor-map

Shows locations/weather of various harbors on a map

To run the project

  1. create parameters file in config directory with open weather api key
// config/parameters.yaml

parameters:
  open_weather_map_api_key: 123456789
  1. run composer install to symfony dependencies in project directory
composer install
  1. run yarn install to install php and javascript dependencies
yarn install
  1. run yarn to build assets
yarn run encore dev
  1. start the server. If you have symfony service just run this command
symfony server:start
  1. to run tests run this command
php bin/phpunit

About

Shows locations/weather of various harbors on a map(symfony backend, reactjs frontend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published