Skip to content

elloboblanco/x-files-api

Repository files navigation

X Files GraphQL API

An X-Files GraphQL API which can be found at https://x-files.dev. Under the hood this is a server built using apollo-server-lambda deployed to AWS Lambda.

Setup

# clone the repo
git clone git@github.com:elloboblanco/x-files-api.git

# use proper version of node and install global tools
nvm use
npm install --location=global serverless

# install dependencies and run the server
npm install
npm run start:dev

Production Build

npm run build
npm start

About

An X-Files GraphQL API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published