SPRINT 5 ‐ Render - BlueJayBird11/UniJet GitHub Wiki

For the sake of security, I will not be showing anything specific that may put the database or server at risk.

image

On render, there are 3 things hosted, the frontend as a static site, the backend as a web service, and the Postgres database as a database server.

Frontend

Build command:

npm install; npm run build

Backend

Build command:

npm install; npm run build

Start command:

node build/index.js