An open API service indexing awesome lists of open source software.

https://github.com/coderdiaz/express-graphql


https://github.com/coderdiaz/express-graphql

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Expresss GraphQL

## How to start
```js
# Install dependencies
$ yarn # or npm i

# Run service in dev mode
$ yarn dev # or npm run dev
```

## Build for production
```js
# Install dependencies
$ yarn # or npm i

# Generate project
$ yarn build # or npm run build
```

## Dependencies
```sh
yarn add -D @babel/cli @babel/core @babel/node @babel/plugin-transform-runtime @babel/preset-env babel-plugin-inline-import nodemon

yarn add dotenv express @babel/polyfill @babel/runtime

yarn add apollo-server-express graphql
```