npm install npm run build python runserver.py someport
Browse to http://localhost:someport
Issue these commands:
npm install
npm run build
export APP_SECRET_KEY=
python runserver.py
It would be common to define APP_SECRET_KEY in a .env file.
Browse to http://localhost:
You must use "localhost" as the host. Using the real IP address of your computer won't work. Using 127.0.0.1 won't work.
Issue these commands:
npm install
npm run build
set APP_SECRET_KEY=
python runserver.py
It would be common to define APP_SECRET_KEY in a .env file.
Browse to http://localhost:
You must use "localhost" as the host. Using the real IP address of your computer won't work. Using 127.0.0.1 won't work.
(1) Deploy the application to Render as usual.
(2) Configure the application such that it has an environment variable whose name is APP_SECRET_KEY and whose value is some secret key.
(3) Ask OIT to place your Render app (as identified by its URL) on the Princeton CAS white list. The COS 333 "Princeton Data Sources" web page describes how to do that.
Browse to https://.onrender.com