R
Railway8mo ago
alan

help with app deployment

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
GitHub
GitHub - alanw10/NBA-Player-Guessing-Game: Poeltl Clone
Poeltl Clone. Contribute to alanw10/NBA-Player-Guessing-Game development by creating an account on GitHub.
3 Replies
Percy
Percy8mo ago
Project ID: f7bb98a6-71b3-440a-833d-8b8e29c2a750
alan
alanOP8mo ago
f7bb98a6-71b3-440a-833d-8b8e29c2a750
Brody
Brody8mo ago
I would highly recommend switching to postgres as changes to the sqlite database will not be saved between deploys. you would also need to run the flask app with gunicorn.
Want results from more Discord servers?
Add your server