mirror of
https://github.com/Sosokker/openweathermap-dashboard.git
synced 2025-12-17 21:24:05 +01:00
| cmd | ||
| nginx | ||
| report | ||
| docker-compose.yml | ||
| README.md | ||
Create Report, where does it rain?
Usage
Requirement
- Docker
- Openweather API Key
-
Go to
docker-compose.ymland fill Openweathermap API Key -
Run compose up
docker compose up --build --remove-orphans --force-recreate
Then, go to http://localhost:8080/report/
Manually run each service
- Run Go server
cd cmd
go mod download
go run main.go
- Run http server
cd nginx/web
python -m http.server 8000
Then, go to http://localhost:8000/


