Clone this repository and install using pip
.
$ pip install --editable .
Configure the relevant DSN string to your Postgres backend database in .env
file,
or provide it from the environment variable MYAPI_DATABASE__DSN
.
To run the application use following.
$ uvicorn app.main:app
MIT License (see LICENSE).