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