Skip to content

DominicSherman/easy-budget-api

Repository files navigation

easy-budget-api

GraphQL server deployed using Express and Firebase Functions

Contributing

  • Every PR must have linting, testing, and coverage passing before being able to merge
  • yarn lint runs linting
  • yarn coverage runs testing
  • yarn test runs both

Running Locally

  • You will need to download a service account file from the Firebase console by selecting Generate new private key. Rename this file to service-account.json and put it in your root project directory.
  • yarn to install the node_modules
  • yarn dev to start the server