/covid19-graphql

GraphQL API for querying data about Covid-19 across the world.

Primary LanguageTypeScriptMIT LicenseMIT

Covid-19 GraphQL

GraphQL API for querying data about Covid-19 across the world.

Action Status

Requirements

Development

Do the following to run the project on your own computer:

  • Run yarn to install the dependencies
  • Run yarn gen to generate TypeScript definitions
  • Run yarn watch to watch files for changes
  • Run yarn start to start the development server

Production

You can deploy the project using the Azure Tools extension for VSCode. Please note that you have to setup billing for your Azure account before you can deploy to Azure.

  • Run az login to log in to your Azure account
  • Open the Azure Tools extension in VSCode
  • Under Functions select: Local Project (covid19-graphql) > Functions > graphql (HTTP)
  • Press Deploy to Function App and follow the instructions

Contributing

Please read our guidelines.

License

See LICENSE.