Skip to content
Cecilia Wong edited this page May 1, 2024 · 31 revisions

Environments

Environment URL Uses API instance
(see here for instance list)
Local development http://localhost:3000 Local (as configured in .env.development)
- See the GitHub page of Python Webservice Demo on how to set up and start one at your local machine)
- You may override the setting by creating .env.development.local in your environment. See Create React App's documentation on .env files for details.
On Netlify
Netlify Status
https://ccwong-react-demo.netlify.app/
QR code of Netlify instance URL
Cloud (Render)
- If it takes more than 10 second to load data, it may be because the webservice has gone to sleep due to being idle for some time. However, subsequent calls made shortly afterwards should be quick. Please refer to this section at Python Webservice Demo's Wiki for details.

The API

Enhancement(s) planned for next release

(TBC)

Clone this wiki locally