saintlyzero / fastapidemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psql -U postgres -d demo -h localhost

Timescale DB indexed on time

CREATE TABLE conditions ( time TIMESTAMPTZ NOT NULL, location TEXT NOT NULL, temperature INTEGER NULL);

start uvicorn server

uvicorn main:app --reload

About


Languages

Language:Python 100.0%