/AirTour-Backend

AirTour backend using GraphQL, Cloud Run, and Firebase

Primary LanguageJavaScriptMIT LicenseMIT

Setup

In a .env file set the following:

DEBUG=true
PORT=4001
GOOGLE_APPLICATION_CREDENTIALS=""

Usage

yarn install
yarn run dev