Skip to content

enumstudio/graphql-server-base

Repository files navigation

graphql-server-base

Starter for a GraphQL server with subscriptions

  • Apollo Server
  • Express
  • TypeGraphQL
  • TypeORM
  • Auto Relay

Installation

  1. Install PostgreSQL via https://www.postgresql.org/download/ or brew install postgresql
  2. Install dependencies via yarn install
  3. Create postgres database with createdb example
  4. cp .env.example .env

Development

Start the development server

yarn run dev

Production

Build and start

yarn run build
yarn start

License

MIT

About

GraphQL server with batteries included

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors