Skip to content

ReactFinland/graphql-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

778eb0b · May 10, 2025
May 10, 2025
May 6, 2025
Jan 9, 2025
Mar 10, 2019
Apr 30, 2019
Jun 28, 2021
Dec 16, 2022
Oct 24, 2023
Dec 14, 2017
Feb 4, 2019
Mar 7, 2023
Dec 15, 2022
Jul 6, 2022
Apr 8, 2025
Feb 14, 2023
Jan 18, 2019
Apr 17, 2019
Feb 26, 2019

Repository files navigation

GraphQL API for TOSKA conferences

Simple GraphQL API for our conferences:

To see the query API:

  1. NODE_ENV="development" npm start
  2. http://localhost:3000/graphql or http://localhost:3000/calendar-2022.ics (calendar)

Asset Designer

You can access the asset designer through http://localhost:3000/asset-designer.

Image Processing

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.

Webhooks

See the webhooks below.

Heroku to Netlify

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!