help with app deployment
Anonymous
TRIALOP

2 years ago

im not familiar with deploying apps to web servers. this is my repo https://github.com/alanw10/NBA-Player-Guessing-Game i have this flask app that mainly uses three files, setup.py, app.py, and index.html. the setup.py is what is needed to initialize this sqlite3 database for the players, then the app.py and index.html use that database for the website. Please help me with figuring out how to set all of this up

2 Replies

Anonymous
TRIALOP

2 years ago

f7bb98a6-71b3-440a-833d-8b8e29c2a750


2 years ago

I would highly recommend switching to postgres as changes to the sqlite database will no be saved between deploys.

you would also need to run the flask app with gunicorn.


Loading...