|
|
|
|
|
by taurenk
4177 days ago
|
|
So my goal was to take this code I created in Python, and turn it into a REST engine [Probably via Flask]. The Database Server is running PostgreSQL. I would like to create an application server that simply takes user input, call the REST engine and, returns the results in a "pretty" manor. I am trying to figure out how to deploy this all in the best way, in a hosted envionment. I suppose i can rephrase: what is the best [and simplest] way to host a 3 tiered app? |
|
Don't do it on early stage. Just make it somehow working for the first time, until existing infrastructure become unstable/laggy.