weather_app

  1. Python Weather App

Requirements

  1. Python 3.8
  2. Database: Postgres
  3. Docker
  4. Docker-compose
  5. Angular CLI: 11.2.11
  6. Node: 10.19.0

Development

Run dev:

  1. (required for email) cp backend/local_settings_example.py backend/weather/authorization/local_settings.py
  2. Set email settings in backend/weather/authorization/local_settings.py
  3. cd backend
  4. docker-compose up -d
  5. cd ../frontend
  6. ng serve