Simple GraphQL API for our conferences:
To see the query API:
NODE_ENV="development" npm starthttp://localhost:3000/graphqlorhttp://localhost:3000/calendar-2022.ics(calendar)
You can access the asset designer through http://localhost:3000/asset-designer.
There's no special image processing in place at the moment.
You can access images through
http://localhost:3000/media. Example:http://localhost:3000/media/people/kenw.jpg.
See the webhooks below.
The API has been connected to the site using a webhook so that it builds whenever the API changes:
heroku config:set REBUILD_SITES=<Netlify urls separate by comma go here> -a react-finland-api
Remember to run the server in production mode. That will enable site rebuilding hook!