Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.29 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.29 KB

Smart Brain Explainer

This code repo is the PROD version of the final project I completed as part of the 40+ hour ZTM Web Developer Bootcamp. (This is an affiliate link, and should you decide to purchase I may receive compensation.)

It is also a mixture of the template from Render for their Node.js setup. (This is the Express Hello world example on Render -- which is deployed at https://express.onrender.com.)

Technologies Used

Deployment

I followed Render's documentation for Node deployment, which included creating a new web service with the following values:

  • Build Command: yarn
  • Start Command: node app.js

The web service is live on my Render URL when each build finishes.