/weather24

This is real time weather forecast website. Enter any cities name it will provide the up to date weather information.

Primary LanguageCSSMIT LicenseMIT

Weather 24

App setup

Setup process: A simple way to initialize project in Django.

Requirements

  1. Python 3+
  2. Django 3+

Installation on Development Machine

To run the app on your local machine, you need Python 3+, installed on your computer. If you using pipenv than follow 6 steps

  1. Firstly you need to clone or download my project from github repo

    git clone https://github.com/rabiulrafi/weather24.git
  2. Then enter the corresponding directory

    cd weather24
  3. Create and activate pipenv virtual environment:

    pipenv shell
    
  4. Read pipenv file:

    pipenv install --dev --pre
  5. Run server

    python manage.py runserver
  6. Let's celebrate ✨🍰✨

or If you are using venv than simply do that steps at 3.

  1. pip install -r requirements.txt
    do continue as above mentioned.

If you like my project, then simply give a star.

Happy Coding