Skip to content

Andrew87E/Weather-Api-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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"

About

Backend server for my weather flutter app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published