Skip to content

arcbjorn/city_timzone_management_fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Simple Timezone management by city

using World Time API

Clone the repo

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

Setup virtual environment

python3 -m venv ./venv

Activate virtual environment

source ./venv/bin/activate

Install dependencies

pip3 install -r dependencies.txt

Start the uvicorn server

uvicorn main:app --reload

About

Timezone by city management using FastAPI, Uvicorn, Pydantic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages