Skip to content

ProsperousHeart/smart-brain-ZTM-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.