Skip to content

muhammad-halimov/zero-complex-weather-app

Repository files navigation

Zero-Complex Weather App

  • App is dockerized (The instructions below can be skipped)
  • Last places are saved
  • Also, city hints and autofill

In this project i used Django 5 and Python, russian Readme file also presented.

Installing & Running

  • Install python
  • Create virtual environment (venv):
python3 - Linux/macOS
python - Windows NT
pip3 - Linux/macOS
pip - Windows NT
python -m venv venv
  • Activate virtual environment (venv) - Windows:
venv/Scripts/activate
  • Activate virtual environment (venv) - Linux / GNU / BSD / Unix / macOS:
source venv/bin/activate
  • Follow instuctions:
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
  • To stop server
CTRL + C

License

Licensed under:

Targeted OS

  • Windows NT 10/11
  • GNU/Linux - Distributions
  • BSD/Mach - macOS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published