Simple weather web-site based on open-meteo data. Site built with ASGI standart (FastAPI, Uvicorn). Site contains Redis caching.
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.