Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 234 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 234 Bytes

lego-finder

Getting Started

Install requirements

pip3 install -r requirements.txt

Create the .env file

REBRICKABLE_API_KEY="<KEY HERE>"

Run the application

flask --app app --debug run