Skip to content

0xjaafar/fastapi-weather

Repository files navigation


Markdownify
Pycodemaker

Weather Service A RESTful weather service - Fastapi

How To Use

To clone and run this application, you'll need Git and python (which comes with pip) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/pycodemaker/fastapi-weather.git

# Go into the repository
$ cd fastapi-weather

# Create virtual environment
$ python -m venv venv

# Activate the virtual environment
$ source ./venv/bin/activate

# Install required libraries
$ pip install -r requirements.txt

# Run
$ uvicorn main:api --reload

License

MIT


GitHub [@pycodemaker](https://github.com/pycodemaker  ·  Twitter @pycodemaker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published