add auth to backend and frontend

This commit is contained in:
2026-02-24 10:42:36 -05:00
parent 11eb192e2a
commit 0d5cc4d21f
14 changed files with 336 additions and 35 deletions
+10
View File
@@ -0,0 +1,10 @@
export OPENWEATHERMAP_API_KEY=b553614cb0047997aa62ea65b5f75fbf
export WEATHER_CITY=Salem
export DB_HOST=localhost
export DB_PORT=5433
export DB_NAME=go_weather
export DB_USER=postgres
export DB_PASSWORD=postgres
export JWT_SECRET=helloiamajwtsecretmyguy