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.)
- React
- Node.js & Express.js
- PostgreSQL
- bcrypt
- Clarifai (API for face detection)
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.