Compare weather forecasts across 3 major services.
Live @ https://which-weather-production.up.railway.app
Swagger UI @ https://server-production-da7a.up.railway.app/docs
Create server and client .env
files
cp apps/server/.env.sample apps/server/.env
touch apps/web/.env.local
Register with 3rd party providers and fill in server .env
file with appropriate values
If using a custom port, assign PORT
env values
echo "PORT=1234" >> apps/server/.env
echo "VITE_SERVER_URL=http://localhost:1234" >> apps/web/.env.local