Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 522 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 522 Bytes

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.