πΎSample Web App
Web technologies powering the Sample Web App

Sign in to GitHub and Render
GitHubRenderInstructions on setting up your sample web app
1. Create a new GitHub Repository

2. Open your newly created repository in Codespaces

3. Download the source code and unzip the file
Click on the link below to download the source code for the sample app here and unzip the file:

4. Drag and drop sample app code into Codespaces





5. Commit & Push to your repository





6. Create a new PostgreSQL database on Render



7. Create a new Web Service on Render






8. Accessing your newly deployed web application


Optional: How do I view what is inside my Postgres database which I created on Render.com?
1. Download and install TablePlus from https://tableplus.com/

2. Open TablePlus and click on the + icon to add a new connection

3. Click on Import from URL

4. Paste the External Database URL (which you copied earlier when setting up Postgres) into the text field then click Import
External Database URL (which you copied earlier when setting up Postgres) into the text field then click Import
5. Click on Connect (you may rename the "Name" field or leave it as it's default)

6. You have now successfully connected to the database from TablePlus and you may click on the Post table in the left sidebar to view the contents

Last updated