Skip to content

kavinphan/lego-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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