Skip to content

A simple weather forecast site on Python 3.12 and Redis.

Notifications You must be signed in to change notification settings

byBenPuls/weather

Repository files navigation

Weather web-site

Simple weather web-site based on open-meteo data. Site built with ASGI standart (FastAPI, Uvicorn). Site contains Redis caching.

Installing

Install a repository. Rename example.env to .env and paste necessary data. Also, you need to install dependencies of this project. For this you need type poetry install (don't forget install poetry pip install poetry).

Now project ready to run. Setup setup.py file.