https://github.com/andrew87e/weather-api-server
Backend server for my weather flutter app.
https://github.com/andrew87e/weather-api-server
express middleware prisma redis vercel weatherkit
Last synced: 2 months ago
JSON representation
Backend server for my weather flutter app.
- Host: GitHub
- URL: https://github.com/andrew87e/weather-api-server
- Owner: Andrew87E
- Created: 2025-01-22T17:47:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T21:44:39.000Z (over 1 year ago)
- Last Synced: 2025-03-18T01:43:04.899Z (over 1 year ago)
- Topics: express, middleware, prisma, redis, vercel, weatherkit
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .env.example
DATABASE_URL="postgresql://user:password@localhost:5432/weather_app"
REDIS_URL="redis://localhost:6379"
JWT_SECRET="your-secret-key"
WEATHERKIT_KEY_ID="your-key-id"
WEATHERKIT_SERVICE_ID="your-service-id"
WEATHERKIT_PRIVATE_KEY="your-private-key"
OPENWEATHER_API_KEY="your-openweather-key"
USE_WEATHER_KIT="true"
ALLOWED_ORIGINS="http://localhost:3000,https://your-app-domain.com"