Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 364 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 364 Bytes

Data Product API

To run this web service Python Poetry must be installed.

# Install virtual environment
poetry install

# Activate virtual environment
poetry activate

# Initialize SQLite database
flask --app data_product_api init-db

# Start web service
flask --app data_product_api run --debug