You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Get your API key [in your TravelFeed Dashboard](https://travelfeed.io/dashboard) and use the API on https://api.travelfeed.io/graphql/. Send then API key as Authorization header.
4
+
5
+
You can find a GraphQL playground at https://api.travelfeed.io/graphql and explore the schema.
6
+
7
+
This readonly API is limited to retrieving your own posts.
8
+
9
+
# Deploy it yourself
10
+
11
+
This API is using serverless for deployment on AWS lambda. If you would like to run it yourself, configure a `.env` file with a MONGO_URL variable to your database and run `npm run dev` to start the development server. Deploy to AWS with `npm run deploy`.
12
+
13
+
You can set different environment variables by using `.env.development` and `.env.production` files. Remember to set `NODE_ENV=production` in the production environment configruation if you would like to have playground working in your deployment.
0 commit comments