An open API service indexing awesome lists of open source software.

https://github.com/arcbjorn/city_timzone_management_fastapi

Timezone by city management using FastAPI, Uvicorn, Pydantic
https://github.com/arcbjorn/city_timzone_management_fastapi

fastapi pydanti python starlette uvicorn

Last synced: 2 months ago
JSON representation

Timezone by city management using FastAPI, Uvicorn, Pydantic

Awesome Lists containing this project

README

          

# Simple Timezone management by city
using [World Time API](http://worldtimeapi.org)

## Clone the repo

```
git clone https://github.com/arcbjorn/vue-django-graphql-blog.git
cd city_timezone_management_fastapi
```

## Setup virtual environment
```sh
python3 -m venv ./venv
```

## Activate virtual environment

```sh
source ./venv/bin/activate
```

## Install dependencies

```sh
pip3 install -r dependencies.txt
```

## Start the uvicorn server

```sh
uvicorn main:app --reload
```