Simple Weather is a weather dashboard application that provides current weather data for any location. Other features include: 8-day forecast, 24-hour forecast, NWS alerts, interactive weather map, autocomplete location search, and more.
This project uses Docker for local development. Ensure you have it installed on your machine.
-
Download or fork repository: https://github.com/orojas12/simple-weather
-
Navigate to project directory:
cd path/to/project
-
Run docker compose to start application:
sudo docker compose -f docker-compose.dev.yml up
-
The client app is served on
http://localhost:8080/
and server app listens onhttp://localhost:8080/api
-
Source files will automatically be reloaded by the client and server when changed.
This software is licensed under the MIT License.