/test_fastapi

Primary LanguagePythonMIT LicenseMIT

fastapi-test

Clone this repository and install using pip.

$ pip install --editable .

How to run

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

License

MIT License (see LICENSE).