plaid / quickstart

Get up and running with Plaid Link and the API in minutes
https://plaid.com/docs/quickstart
MIT License
602 stars 645 forks source link

python quickstart url not found #452

Closed kvnsng closed 1 year ago

kvnsng commented 1 year ago

I'm using python 3.9 and installed the dependencies in requirements.txt in the python directory. After I run python3 server.py, my terminal says the app is running on http://127.0.0.1:8000 but when I go there I'm getting url not found error...

Any suggestions?

phoenixy1 commented 1 year ago

Check out the instructions in the README, which address this issue: https://github.com/plaid/quickstart/blob/master/README.md#1-running-the-backend

kvnsng commented 1 year ago

ah oops. didn't realize there was a separate frontend!