Irys Apollo GraphQL server

This is the GraphQL server made with Apollo

Production server example

https://irys-apollo.herokuapp.com/

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DB_URL

DB_MONGO_USER

DB_MONGO_PASS

DB_NAME

Run Locally

Clone the project

  git clone https://github.com/gustavomanolo/irys-apollo-server.git

Go to the project directory

  cd irys-apollo-server

Install dependencies

  npm install

Start the server

  npm run dev

Authors