Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 212 Bytes

File metadata and controls

13 lines (8 loc) · 212 Bytes

Installation

Run the sample database server

docker-compose up

Install dependencies

pipenv install

Running

In the virtual environment (development)

pipenv run uvicorn main:app --reload