- fork this repo
- create a new repl
- import from your repo url
Pre-requisites
- vscode with live-server extension
Setup
- fork this repo
- clone your forked repo
- open the folder in vs code
- right click on
index.html
and selectOpen with Live Server
- Initialize the database by running
flask init
- Run the app by running
flask run