Skip to content

paulalbertdev/open-meteo-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-Meteo Gateway

A Symfony + Vue 3 app for weather search and saved favorites. The frontend only calls the Symfony API, which acts as the Open-Meteo gateway.

Prerequisites

  • Docker and Docker Compose

Run the app

docker compose up --build

The backend container installs dependencies and runs migrations on start.

Tests (backend)

docker compose exec backend php bin/phpunit

API (backend)

  • GET /api/weather?city=Paris
  • GET /api/weather?lat=48.856&lon=2.352
  • GET /api/favorites
  • POST /api/favorites
  • DELETE /api/favorites/{id}

About

A test app using open meteo API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors