jragh / US-Flights-Analysis

Python Dash Project using Polars, Dash Bootstrap and Plotly Dash to analyze US Aviation Flights
1 stars 0 forks source link

Deployment: Create initial deployment onto Railway.app #39

Open jragh opened 1 month ago

jragh commented 1 month ago

Create initial deployment onto Railway.app free tier for now (for development purposes)

Deployment Instructions Deployment Sample Github Repo

Checklist Items:

jragh commented 2 days ago

Completed setting up local postgresql database for development, set up conda environment variable, and tested call to local postgresql database from test python file. Currently converting all SQL queries to use Postgres syntax as opposed to sqlite syntax.