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
- Host: GitHub
- URL: https://github.com/arcbjorn/city_timzone_management_fastapi
- Owner: arcbjorn
- Created: 2020-10-22T18:56:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T18:57:18.000Z (over 5 years ago)
- Last Synced: 2025-06-03T11:53:04.438Z (about 1 year ago)
- Topics: fastapi, pydanti, python, starlette, uvicorn
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```