- fork this repo
- create a new repl
- import from your repo url
- configure run command to
flask run -h 0.0.0.0 -p 8080 -r
Pre-requisites
- python and pip installed and runnable from the command line
Setup
- fork this repo
- clone your forked repo
- open the folder in vs code
- run `pip install -r requirements.txt'
- Initialize the database by running
flask init
- Run the app by running
flask run