Render things is a cutting edge app using render.com.
Find a smart developer who knows these tools
- Flask
- Python
- Psycopg2
- Create a database on render.com using the instructions here and setup with your desired parameters
- Connect to the database using the provided connection details and use the code within
db.sql
to create and test the table
- Create a public repo on GitHub or GitLab and duplicate this repo there
- Create a render.com account
- Create a web service using Flask for the frontend following these instructions
- Create an environment variable in your web service of the name
db_conn
equal to the internal connection string provided by the dashboard of the database you created - Wait for web service to start
- Bask in your initial success
- Create a secret in the repo named
DEPLOY_URL
and set the value to the Deploy Hook provided in your web service settings to enable auto deployment on commit to the repo