Skip to content

Instantly share code, notes, and snippets.

View cmcdonald6's full-sized avatar
🔧
Working

Cody McDonald cmcdonald6

🔧
Working
View GitHub Profile
@cmcdonald6
cmcdonald6 / render-guide-dev-lab-oscar.md
Last active February 25, 2023 07:18
a step-by-step guide on deploying web app on render

a step-by-step guide on deploying web apps via render

by Johnathon Barnes, Hau Huynh, and Cody McDonald

  • Render is a cloud based (PaaS) platform as a service that tries to be as developer-friendly as possible. You can deploy almost anything to Render, some examples would be Web Apps, static websites , APIs, private servers and many other deployables.
  • You can deploy to the cloud straight from GitHub or GitLab using render. Render starts at the low price of free then the price increases with more RAM and CPU space.

Render is extremely easy to get started using and this quick easy to use guide will get your first website up and running on their cloud services straight from your GitHub repo!